summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 11:59:41 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 11:59:41 -0700
commit802ea37863d7b62f83b502212c6bb2a0671e6df1 (patch)
tree4ad8977d53c620d1e739b087a50541a03b2fe1d9 /pkgs/applications
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-802ea37863d7b62f83b502212c6bb2a0671e6df1.tar
nixlib-802ea37863d7b62f83b502212c6bb2a0671e6df1.tar.gz
nixlib-802ea37863d7b62f83b502212c6bb2a0671e6df1.tar.bz2
nixlib-802ea37863d7b62f83b502212c6bb2a0671e6df1.tar.lz
nixlib-802ea37863d7b62f83b502212c6bb2a0671e6df1.tar.xz
nixlib-802ea37863d7b62f83b502212c6bb2a0671e6df1.tar.zst
nixlib-802ea37863d7b62f83b502212c6bb2a0671e6df1.zip
git-secret: 0.2.3 -> 0.2.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/git-secret/versions.

These checks were done:

- built on NixOS
- /nix/store/rhxzf1mc0jz2m3rp0rg5wqn81ykfshay-git-secret-0.2.4/bin/git-secret passed the binary check.
- /nix/store/rhxzf1mc0jz2m3rp0rg5wqn81ykfshay-git-secret-0.2.4/bin/.git-secret-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 0.2.4 with grep in /nix/store/rhxzf1mc0jz2m3rp0rg5wqn81ykfshay-git-secret-0.2.4
- directory tree listing: https://gist.github.com/d460daac78bbcef226d1fff7918d150d
- du listing: https://gist.github.com/ea683543c922a9c179a97faf441a1797
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-secret/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-secret/default.nix b/pkgs/applications/version-management/git-and-tools/git-secret/default.nix
index 02dc7f86fb3f..4993910634af 100644
--- a/pkgs/applications/version-management/git-and-tools/git-secret/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-secret/default.nix
@@ -1,7 +1,7 @@
 { stdenv, lib, fetchFromGitHub, makeWrapper, git, gnupg }:
 
 let
-  version = "0.2.3";
+  version = "0.2.4";
   repo = "git-secret";
 
 in stdenv.mkDerivation {
@@ -11,7 +11,7 @@ in stdenv.mkDerivation {
     inherit repo;
     owner = "sobolevn";
     rev = "v${version}";
-    sha256 = "1swgw91zzs9n582500a34cppyngrqrqrnl80d1vd7i93xx1lkmv6";
+    sha256 = "0lx2rjyhy3xh6ik755lbbl40v7a7ayyqk68jj8mnv42f2vhd66xl";
   };
 
   buildInputs = [ makeWrapper ];