about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-02-20 19:51:29 +0800
committerGitHub <noreply@github.com>2023-02-20 19:51:29 +0800
commitd784144467a7c8a75f19852215fedd6e4ffed8db (patch)
treeef9bf7a409c7712914cbaa3557fb0ae3791d36fe /pkgs
parentcc813e7594f752fec56005e83a70416e352c6de7 (diff)
parente8f21cbac9ac2ab0020c7a51564f0f5b556f73d3 (diff)
Merge pull request #217125 from bobby285271/upd/cinnamon
cinnamon.warpinator: 1.4.4 -> 1.4.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/cinnamon/warpinator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/cinnamon/warpinator/default.nix b/pkgs/desktops/cinnamon/warpinator/default.nix
index 7bdfb469c3461..a488baab0071f 100644
--- a/pkgs/desktops/cinnamon/warpinator/default.nix
+++ b/pkgs/desktops/cinnamon/warpinator/default.nix
@@ -15,7 +15,7 @@
 
 python3.pkgs.buildPythonApplication rec  {
   pname = "warpinator";
-  version = "1.4.4";
+  version = "1.4.5";
 
   format = "other";
 
@@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec  {
     owner = "linuxmint";
     repo = pname;
     rev = version;
-    hash = "sha256-oHJOwdCvHnPalTHb5E3mNDYBaR9ZvlV1F6ux7nejBlc=";
+    hash = "sha256-5mMV4WinpFR9ihgoQsgIXre0VpBdg9S8GjSkx+7ocLg=";
   };
 
   nativeBuildInputs = [