gnome.gpaste: 44.0 → 44.1

https://github.com/Keruspe/GPaste/compare/v44.0...v44.1
This commit is contained in:
Bobby Rong 2023-07-23 11:08:09 +08:00
parent f132c04237
commit 3fa05e01ce
No known key found for this signature in database

View File

@ -19,14 +19,14 @@
}:
stdenv.mkDerivation rec {
version = "44.0";
version = "44.1";
pname = "gpaste";
src = fetchFromGitHub {
owner = "Keruspe";
repo = "GPaste";
rev = "v${version}";
sha256 = "sha256-mYbyu3IIF6pQz1oEqEWLe7jdR99M3LxiMiRR9x7qFh8=";
sha256 = "sha256-c/q8VTzFOz8nzidPB3qnYw9+AkdKfTdUD4AcxyHKrqo=";
};
patches = [