about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorrewine <1758075541@qq.com>2022-09-03 21:10:39 +0800
committerrewine <1758075541@qq.com>2022-09-03 21:10:39 +0800
commit9edcaf36f23e46beaa41a5e9238591d268eabe12 (patch)
tree36dbab6b1fff36c1558e06419a146c8acb88fe37 /pkgs/applications/graphics
parent08799a93bfb09ec6eb7dd6ffd915dbbbe0df0017 (diff)
pineapple-pictures: 0.6.2 - 0.6.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 04677a3982acb..d6e0724383764 100644
--- a/pkgs/applications/graphics/pineapple-pictures/default.nix
+++ b/pkgs/applications/graphics/pineapple-pictures/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pineapple-pictures";
-  version = "0.6.2";
+  version = "0.6.3";
 
   src = fetchFromGitHub {
     owner = "BLumia";
     repo = "pineapple-pictures";
     rev = version;
-    sha256 = "sha256-1fsEHyepmoZfNOFEnW6RQJyccOlQr5LTp8TjRqyXkcw";
+    sha256 = "sha256-9Nlrei3TxZr3tv0BtlfsKAvDJhQHgd21FzLnzitYF3U=";
   };
 
   nativeBuildInputs = [