about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-04-10 09:36:00 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 18:53:09 -0700
commit548bd84185d2e1c62448edb76565f8467642b955 (patch)
tree728ca64fd3cc0d0c7c44cb99977e5360ee6eb962
parentcbd1cc10cd4872d9ecd3a8a064edc8ffe0cd2acd (diff)
fstrm: 0.6.0 -> 0.6.1
-rw-r--r--pkgs/development/libraries/fstrm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/fstrm/default.nix b/pkgs/development/libraries/fstrm/default.nix
index 46a7118cefe43..15daa7e5a9592 100644
--- a/pkgs/development/libraries/fstrm/default.nix
+++ b/pkgs/development/libraries/fstrm/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fstrm";
-  version = "0.6.0";
+  version = "0.6.1";
 
   src = fetchFromGitHub {
     owner = "farsightsec";
     repo = "fstrm";
     rev = "v${version}";
-    sha256 = "0b6x9wgyn92vykkmd3ynhnpbdl77zb4wf4rm7p0h8p9pwq953hdm";
+    sha256 = "sha256-/WFP2g3Vuf/qaY8pprY8XFAlpEE+0SJUlFNWfa+7ZlE=";
   };
 
   outputs = [ "bin" "out" "dev" ];