about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-03-27 20:58:21 -0700
committerGitHub <noreply@github.com>2021-03-27 20:58:21 -0700
commiteab3dcf262cc256d1945e00cc43b6844a7d895b8 (patch)
tree38c1b69ee41bee52f859215858fbace46ce4c4ec
parent6b9e1092ebcd93c96c917304d8546cce62a6a7c8 (diff)
parent3725e9cee3ca99a4a8de520f142439d47e2e5420 (diff)
Merge pull request #117821 from r-ryantm/auto-update/photoflare
photoflare: 1.6.7 -> 1.6.7.1
-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 b0719631c0966..cc4f4342c6188 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.7";
+  version = "1.6.7.1";
 
   src = fetchFromGitHub {
     owner = "PhotoFlare";
     repo = "photoflare";
     rev = "v${version}";
-    sha256 = "sha256-Gx3YP29NrNHp0p05a1O4Xb9kqkA6pQLTJZ3/wOx+BWY=";
+    sha256 = "sha256-7b7ICcHuMjOMtyQDkokoHeZrF4G+bOzgRJP4mkns+Zc=";
   };
 
   nativeBuildInputs = [ qmake qttools ];