3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #178927 from r-ryantm/auto-update/bash_unit

bash_unit: 1.9.1 -> 2.0.0
This commit is contained in:
Maximilian Bosch 2022-07-21 08:51:25 +02:00 committed by GitHub
commit 4a9de789e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "bash_unit";
version = "1.9.1";
version = "2.0.0";
src = fetchFromGitHub {
owner = "pgrange";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TtpVldIAqyv+apXmbI+1L0NgZxoKdc6Ffrl4WOqRI9c=";
sha256 = "sha256-ekkyyp280YRXMuNXbiV78Hrfd/zk2nESE1bRCpUP1eE=";
};
installPhase = ''