about summary refs log tree commit diff
path: root/pkgs/applications/graphics/photoflare
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-15 12:57:28 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-15 12:57:28 +0000
commitdb391fa91604da60c8f4c464aaeebb99e76ffeb0 (patch)
tree2f2d590067093f895b6301b9d9ea8c1151deefff /pkgs/applications/graphics/photoflare
parent6e9b71f0e197a8e15a7b70eab6060147fa4ecaca (diff)
photoflare: 1.6.5 -> 1.6.6
Diffstat (limited to 'pkgs/applications/graphics/photoflare')
-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 43b12c40d965a..f619d79c0f55d 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.5";
+  version = "1.6.6";
 
   src = fetchFromGitHub {
     owner = "PhotoFlare";
     repo = "photoflare";
     rev = "v${version}";
-    sha256 = "0a394324h7ds567z3i3pw6kkii78n4qwdn129kgkkm996yh03q89";
+    sha256 = "07lrlxagv1bljj607s8m0zsbzx9jrvi18bnxahnm7r4i5car5x2d";
   };
 
   nativeBuildInputs = [ qmake qttools ];