about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-12 16:23:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-12 16:23:32 +0000
commit1b6555792933d0340bb55376023c204aa7aacf4c (patch)
tree4f1fe511c2fcf71dfe6228ff1e16b122cdfabb26
parentfeeff83e610ff8d818e7b7de60d88a05e4400bf7 (diff)
pineapple-pictures: 0.7.3 -> 0.7.4
-rw-r--r--pkgs/applications/graphics/pineapple-pictures/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/pineapple-pictures/default.nix b/pkgs/applications/graphics/pineapple-pictures/default.nix
index cb7e1310a0663..86e85e0efad2f 100644
--- a/pkgs/applications/graphics/pineapple-pictures/default.nix
+++ b/pkgs/applications/graphics/pineapple-pictures/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "pineapple-pictures";
-  version = "0.7.3";
+  version = "0.7.4";
 
   src = fetchFromGitHub {
     owner = "BLumia";
     repo = "pineapple-pictures";
     rev = finalAttrs.version;
-    hash = "sha256-UZVpyrUFf/uJNs2GHLYXpb81e7yzC8EFuoD+0Bzj6xQ=";
+    hash = "sha256-aiQlcTID8mfrT4MEx4s5K+QmMHBlHOu2HfsValiH5qU=";
   };
 
   nativeBuildInputs = [