about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-06-29 23:02:01 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-06-29 23:02:01 +0200
commitd65c0f9f919296f93f6fa4426467fccd4ed601f5 (patch)
treef2f32e6ede536f2bea9ac83b15a3dd908aed2ab3 /pkgs/tools
parent4d420f27eb4e8ac4c7d3f897af982c68b1fe7e8e (diff)
stegseek: 0.5 -> 0.6
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/stegseek/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/stegseek/default.nix b/pkgs/tools/security/stegseek/default.nix
index d2fb825b5296f..f898b5eab0e6a 100644
--- a/pkgs/tools/security/stegseek/default.nix
+++ b/pkgs/tools/security/stegseek/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "stegseek";
-  version = "0.5";
+  version = "0.6";
 
   src = fetchFromGitHub {
     owner = "RickdeJager";
     repo = pname;
     rev = "v${version}";
-    sha256 = "19hzr5533b607ihmjj71x682qjr45s75cqxh9zap21z16346ahqn";
+    sha256 = "sha256-B5oJffYOYfsH0YRq/Bq0ciIlCsCONyScFBjP7a1lIzo=";
   };
 
   nativeBuildInputs = [ cmake ];