about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorhulr <>2023-12-14 22:47:10 +0100
committerrh <>2023-12-14 22:49:48 +0100
commit3f31bfcd6501288c4606991026388ef985d80d36 (patch)
tree408d5c89bd0044f8be0c8852e6a945470dab6f6b /pkgs/applications
parente308c41b3ae3c3c82520091d006d8512a9bf5f79 (diff)
downloadnixlib-3f31bfcd6501288c4606991026388ef985d80d36.tar
nixlib-3f31bfcd6501288c4606991026388ef985d80d36.tar.gz
nixlib-3f31bfcd6501288c4606991026388ef985d80d36.tar.bz2
nixlib-3f31bfcd6501288c4606991026388ef985d80d36.tar.lz
nixlib-3f31bfcd6501288c4606991026388ef985d80d36.tar.xz
nixlib-3f31bfcd6501288c4606991026388ef985d80d36.tar.zst
nixlib-3f31bfcd6501288c4606991026388ef985d80d36.zip
setzer: 63 -> 65
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/setzer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/setzer/default.nix b/pkgs/applications/editors/setzer/default.nix
index b299d1be0008..e2e7638550f9 100644
--- a/pkgs/applications/editors/setzer/default.nix
+++ b/pkgs/applications/editors/setzer/default.nix
@@ -20,13 +20,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "setzer";
-  version = "63";
+  version = "65";
 
   src = fetchFromGitHub {
     owner = "cvfosammmm";
     repo = "Setzer";
     rev = "v${version}";
-    hash = "sha256-/DAd3Neypx/H9mPVC9VkvpdQhLRNIBoR8GXxuIdJF0Y=";
+    hash = "sha256-5Hpj/RkD11bNcr9/gQG0Y7BNMsh1BGZQiN4IMbI4osc=";
   };
 
   format = "other";