about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-02-24 15:39:29 -0800
committerGitHub <noreply@github.com>2019-02-24 15:39:29 -0800
commite08a891d34b1be533196b171d7995efbc69353e0 (patch)
tree34e8dc51200d59ff4266a9a8d4eba081339350d9 /pkgs/os-specific
parent92e399c20d7cbf1a60fb2bbd0c6a6759cee2f1ed (diff)
parentdb60e251b760c060bb01dbaff681175aa868ce5b (diff)
downloadnixlib-e08a891d34b1be533196b171d7995efbc69353e0.tar
nixlib-e08a891d34b1be533196b171d7995efbc69353e0.tar.gz
nixlib-e08a891d34b1be533196b171d7995efbc69353e0.tar.bz2
nixlib-e08a891d34b1be533196b171d7995efbc69353e0.tar.lz
nixlib-e08a891d34b1be533196b171d7995efbc69353e0.tar.xz
nixlib-e08a891d34b1be533196b171d7995efbc69353e0.tar.zst
nixlib-e08a891d34b1be533196b171d7995efbc69353e0.zip
Merge pull request #54770 from tadeokondrak/update-piper
piper: 0.2.902 -> 0.2.903
Diffstat (limited to 'pkgs/os-specific')
-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 9be17ade149e..de5559c5434a 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 ];