summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-06 03:25:16 +0000
committerJan Tojnar <jtojnar@gmail.com>2020-07-06 07:54:29 +0200
commit1085c056376041af71e8f1cf72c1ed4a4db01dc6 (patch)
tree0c7d1fa0a64fe0b2734b7aca8beee63937a67791
parent9b53a835b4a02299a7b1c4ee642261df88a19b0d (diff)
downloadnixpkgs-1085c056376041af71e8f1cf72c1ed4a4db01dc6.tar
nixpkgs-1085c056376041af71e8f1cf72c1ed4a4db01dc6.tar.gz
nixpkgs-1085c056376041af71e8f1cf72c1ed4a4db01dc6.tar.bz2
nixpkgs-1085c056376041af71e8f1cf72c1ed4a4db01dc6.tar.lz
nixpkgs-1085c056376041af71e8f1cf72c1ed4a4db01dc6.tar.xz
nixpkgs-1085c056376041af71e8f1cf72c1ed4a4db01dc6.tar.zst
nixpkgs-1085c056376041af71e8f1cf72c1ed4a4db01dc6.zip
piper: 0.5 -> 0.5.1
-rw-r--r--pkgs/os-specific/linux/piper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/piper/default.nix b/pkgs/os-specific/linux/piper/default.nix
index 0da97231678..641c8b8ba81 100644
--- a/pkgs/os-specific/linux/piper/default.nix
+++ b/pkgs/os-specific/linux/piper/default.nix
@@ -4,7 +4,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "piper";
-  version = "0.5";
+  version = "0.5.1";
 
   format = "other";
 
@@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec {
     owner  = "libratbag";
     repo   = "piper";
     rev    =  version;
-    sha256 = "00vrcsbsv2477l1ncpyzc61lhxgac84dsgr3sjs8qxw3nh1gaasv";
+    sha256 = "1nfjnsiwg2rs6gkjsxzhr2708i6di149dgwq3cf6l12rxqpb8arj";
   };
 
   nativeBuildInputs = [ meson ninja gettext pkgconfig wrapGAppsHook desktop-file-utils appstream-glib gobject-introspection ];