summary refs log tree commit diff
path: root/pkgs/os-specific/linux/piper
diff options
context:
space:
mode:
authorTadeo Kondrak <me@tadeo.ca>2019-01-28 01:10:37 -0700
committerTadeo Kondrak <me@tadeo.ca>2019-01-28 16:18:49 -0700
commitdb60e251b760c060bb01dbaff681175aa868ce5b (patch)
tree0aa69b3053810ec2f9b8323dce8aa1f9c9e21465 /pkgs/os-specific/linux/piper
parentdf3142f118e3f3688f6980a458e553cb7eea2ee7 (diff)
downloadnixpkgs-db60e251b760c060bb01dbaff681175aa868ce5b.tar
nixpkgs-db60e251b760c060bb01dbaff681175aa868ce5b.tar.gz
nixpkgs-db60e251b760c060bb01dbaff681175aa868ce5b.tar.bz2
nixpkgs-db60e251b760c060bb01dbaff681175aa868ce5b.tar.lz
nixpkgs-db60e251b760c060bb01dbaff681175aa868ce5b.tar.xz
nixpkgs-db60e251b760c060bb01dbaff681175aa868ce5b.tar.zst
nixpkgs-db60e251b760c060bb01dbaff681175aa868ce5b.zip
piper: 0.2.902 -> 0.2.903
Diffstat (limited to 'pkgs/os-specific/linux/piper')
-rw-r--r--pkgs/os-specific/linux/piper/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/piper/default.nix b/pkgs/os-specific/linux/piper/default.nix
index 9be17ade149..de5559c5434 100644
--- a/pkgs/os-specific/linux/piper/default.nix
+++ b/pkgs/os-specific/linux/piper/default.nix
@@ -3,8 +3,8 @@
 , gobject-introspection }:
 
 python3.pkgs.buildPythonApplication rec {
-  pname = "piper-${version}";
-  version = "0.2.902";
+  pname = "piper";
+  version = "0.2.903";
 
   format = "other";
 
@@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec {
     owner  = "libratbag";
     repo   = "piper";
     rev    =  version;
-    sha256 = "1ny0vf8ym9v040cb5h084k5wwn929fnhq9infbdq8f8vvy61magb";
+    sha256 = "0zh4lm074x5gwvx663bapdyv8lf84yjwfg8cpf77rszyja1hx13a";
   };
 
   nativeBuildInputs = [ meson ninja gettext pkgconfig wrapGAppsHook desktop-file-utils appstream-glib gobject-introspection ];