about summary refs log tree commit diff
path: root/pkgs/applications/printing
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-25 12:50:41 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-25 10:40:23 -0800
commitee16e9c9274cdf43d07f5e01c1aef54954f2681e (patch)
tree94d6d777738f972d596e44c3b52ec914f62db301 /pkgs/applications/printing
parent671a70d31b472e12bb0dbb715862c5cf46f939fe (diff)
pappl: 1.0.3 -> 1.1.0
Diffstat (limited to 'pkgs/applications/printing')
-rw-r--r--pkgs/applications/printing/pappl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/printing/pappl/default.nix b/pkgs/applications/printing/pappl/default.nix
index 9752ebc0e7ce5..5df1d93f9c829 100644
--- a/pkgs/applications/printing/pappl/default.nix
+++ b/pkgs/applications/printing/pappl/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pappl";
-  version = "1.0.3";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "michaelrsweet";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-B3g6R0/li+5D4odFG21qj+SR3K4PFnzzxIGCwbk1buo=";
+    sha256 = "sha256-FsmR0fFb9bU9G3oUyJU1eDLcoZ6OQ2//TINlPrW6lU0=";
   };
 
   outputs = [ "out" "dev" ];