summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-07 22:11:16 +0800
committerBobby Rong <rjl931189261@126.com>2023-01-07 22:11:16 +0800
commitb0d54fa18fe3b224e3e871a270168e33da5cde48 (patch)
treec4058f865b8b9c0b5161aa468009e49de2839f10 /pkgs/applications/misc
parenta518c77148585023ff56022f09c4b2c418a51ef5 (diff)
downloadnixpkgs-b0d54fa18fe3b224e3e871a270168e33da5cde48.tar
nixpkgs-b0d54fa18fe3b224e3e871a270168e33da5cde48.tar.gz
nixpkgs-b0d54fa18fe3b224e3e871a270168e33da5cde48.tar.bz2
nixpkgs-b0d54fa18fe3b224e3e871a270168e33da5cde48.tar.lz
nixpkgs-b0d54fa18fe3b224e3e871a270168e33da5cde48.tar.xz
nixpkgs-b0d54fa18fe3b224e3e871a270168e33da5cde48.tar.zst
nixpkgs-b0d54fa18fe3b224e3e871a270168e33da5cde48.zip
sticky: 1.13 -> 1.14
https://github.com/linuxmint/sticky/compare/1.13...1.14
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/sticky/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/sticky/default.nix b/pkgs/applications/misc/sticky/default.nix
index 384e4f10940..6b90e9689d4 100644
--- a/pkgs/applications/misc/sticky/default.nix
+++ b/pkgs/applications/misc/sticky/default.nix
@@ -12,14 +12,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "sticky";
-  version = "1.13";
+  version = "1.14";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = pname;
     rev = version;
-    hash = "sha256-oirTDIbvG9/iAkYrquX+ciujAnLUmubkBVvTyaiz2g8=";
+    hash = "sha256-7UZbCbzQ1ZrSzxTUdbA+wsH3p27qj/c/cM4GY/kzG6E=";
   };
 
   postPatch = ''