summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2020-08-25 11:33:00 +0200
committerRobert Schütz <dev@schuetz-co.de>2020-08-25 11:33:15 +0200
commitc0f61f3e17ec7b6fecd978e86ed96bd5c98a99c8 (patch)
treec8d1ce8b92a90ae8a4469ddc6bfde240b9575ed5 /pkgs/applications
parentb9ba82ef8ad6d8997840332ca3a2986e360291e3 (diff)
downloadnixpkgs-c0f61f3e17ec7b6fecd978e86ed96bd5c98a99c8.tar
nixpkgs-c0f61f3e17ec7b6fecd978e86ed96bd5c98a99c8.tar.gz
nixpkgs-c0f61f3e17ec7b6fecd978e86ed96bd5c98a99c8.tar.bz2
nixpkgs-c0f61f3e17ec7b6fecd978e86ed96bd5c98a99c8.tar.lz
nixpkgs-c0f61f3e17ec7b6fecd978e86ed96bd5c98a99c8.tar.xz
nixpkgs-c0f61f3e17ec7b6fecd978e86ed96bd5c98a99c8.tar.zst
nixpkgs-c0f61f3e17ec7b6fecd978e86ed96bd5c98a99c8.zip
setzer: 0.2.8 -> 0.3.0
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 5a0ef754db1..0b1dd8fcb9f 100644
--- a/pkgs/applications/editors/setzer/default.nix
+++ b/pkgs/applications/editors/setzer/default.nix
@@ -17,13 +17,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "setzer";
-  version = "0.2.8";
+  version = "0.3.0";
 
   src = fetchFromGitHub {
     owner = "cvfosammmm";
     repo = "Setzer";
     rev = "v${version}";
-    sha256 = "1llxxjj038nd2p857bjdyyhzskn56826qi259v47vaqlv9hkifil";
+    sha256 = "0gx5fnyi932lswkhdvxfqs0wxx7hz690cbnpv4m3ysydi96mxwiv";
   };
 
   format = "other";