git-subrepo: 0.4.5 -> 0.4.6

This commit is contained in:
R. Ryantm 2023-04-25 10:51:33 +00:00
parent 3aa0987f22
commit f96b6538df

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "git-subrepo";
version = "0.4.5";
version = "0.4.6";
src = fetchFromGitHub {
owner = "ingydotnet";
repo = "git-subrepo";
rev = version;
sha256 = "sha256-ZU5yYaiear5AjlBqtzabmMJNUa2ypeJKW3sQPIcyskM=";
sha256 = "sha256-83N0Ek6DawUrOc6s2Utzi8776bX4UTGS/a/OffkV44Y=";
};
nativeBuildInputs = [