Merge pull request #77863 from r-ryantm/auto-update/bashSnippets
bashSnippets: 1.17.3 -> 1.23.0
This commit is contained in:
commit
2adc54dda6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, lib, fetchFromGitHub, makeWrapper
|
{ stdenv, lib, fetchFromGitHub, makeWrapper
|
||||||
, curl, python, bind, iproute, bc, gitMinimal }:
|
, curl, python, bind, iproute, bc, gitMinimal }:
|
||||||
let
|
let
|
||||||
version = "1.17.3";
|
version = "1.23.0";
|
||||||
deps = lib.makeBinPath [
|
deps = lib.makeBinPath [
|
||||||
curl
|
curl
|
||||||
python
|
python
|
||||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||||
owner = "alexanderepstein";
|
owner = "alexanderepstein";
|
||||||
repo = "Bash-Snippets";
|
repo = "Bash-Snippets";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1xdjk8bjh7l6h7gdqrra1dh4wdq89wmd0jsirsvqa3bmcsb2wz1r";
|
sha256 = "044nxgd3ic2qr6hgq5nymn3dyf5i4s8mv5z4az6jvwlrjnvbg8cp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue