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

bash_unit: 2.0.1 -> 2.1.0
This commit is contained in:
Weijia Wang 2023-03-05 14:00:24 +02:00 committed by GitHub
commit f5edd0616b
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 = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "pgrange";
repo = pname;
rev = "v${version}";
sha256 = "sha256-P3fDfv7SexrNMynZBbgwwZcH2H/t4bwFM4HULlLaiM4=";
sha256 = "sha256-c1C+uBo5PSH07VjulCxkmvfj7UYm6emdDAaN00uvAcg=";
};
installPhase = ''