about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-01-16 10:49:18 +0800
committerGitHub <noreply@github.com>2023-01-16 10:49:18 +0800
commit44a58edc8bad1534602517be0f555790ce54acc7 (patch)
tree9dce74022dc91c428ad389940c8d6699e572e254 /pkgs/applications/graphics
parent33ffe3d5d9dcd32a134ba173da990cfeca03375c (diff)
parent042d45c00d7c6b1c294fee0842dc4ef77b687f5f (diff)
Merge pull request #210550 from r-ryantm/auto-update/photoflare
photoflare: 1.6.11 -> 1.6.12
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/photoflare/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/photoflare/default.nix b/pkgs/applications/graphics/photoflare/default.nix
index 11737a01300a1..c3207eb6c57c2 100644
--- a/pkgs/applications/graphics/photoflare/default.nix
+++ b/pkgs/applications/graphics/photoflare/default.nix
@@ -3,13 +3,13 @@
 
 mkDerivation rec {
   pname = "photoflare";
-  version = "1.6.11";
+  version = "1.6.12";
 
   src = fetchFromGitHub {
     owner = "PhotoFlare";
     repo = "photoflare";
     rev = "v${version}";
-    sha256 = "sha256-nXVTkkfRpbLZ+zUgnSzKNlVixI86eKoG5FO8GqgnrDY=";
+    sha256 = "sha256-UIEHQil7NsdIKQlrNPpf7rxj6O6P1xlz0E7FNYTcdT4=";
   };
 
   nativeBuildInputs = [ qmake qttools ];