about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-26 05:34:15 -0500
committerGitHub <noreply@github.com>2023-10-26 05:34:15 -0500
commit50e12092d11a2862505ee17bc8b3aefc15f7402a (patch)
tree3489a644220cd83c3bd36d74331d6a5733a86889 /pkgs/applications/graphics
parent82dc3e4ac3875983a8a9f734774c0cbcc40edcad (diff)
parent68fdc029f5c480e1e4f5736c1631c01ff1fa1b49 (diff)
downloadnixlib-50e12092d11a2862505ee17bc8b3aefc15f7402a.tar
nixlib-50e12092d11a2862505ee17bc8b3aefc15f7402a.tar.gz
nixlib-50e12092d11a2862505ee17bc8b3aefc15f7402a.tar.bz2
nixlib-50e12092d11a2862505ee17bc8b3aefc15f7402a.tar.lz
nixlib-50e12092d11a2862505ee17bc8b3aefc15f7402a.tar.xz
nixlib-50e12092d11a2862505ee17bc8b3aefc15f7402a.tar.zst
nixlib-50e12092d11a2862505ee17bc8b3aefc15f7402a.zip
Merge pull request #263398 from r-ryantm/auto-update/pineapple-pictures
pineapple-pictures: 0.7.2 -> 0.7.3
Diffstat (limited to 'pkgs/applications/graphics')
-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 8d376730a90b..cb7e1310a066 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.2";
+  version = "0.7.3";
 
   src = fetchFromGitHub {
     owner = "BLumia";
     repo = "pineapple-pictures";
     rev = finalAttrs.version;
-    hash = "sha256-dD0pHqw1Gxp+yxzYdm2ZgxiHKyuJKBGYpjv99B1Da1g=";
+    hash = "sha256-UZVpyrUFf/uJNs2GHLYXpb81e7yzC8EFuoD+0Bzj6xQ=";
   };
 
   nativeBuildInputs = [