Merge pull request #327237 from r-ryantm/auto-update/maskromtool

maskromtool: 2024-06-23 -> 2024-07-14
This commit is contained in:
lassulus 2024-07-15 16:51:26 +02:00 committed by GitHub
commit c3145169e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "maskromtool";
version = "2024-06-23";
version = "2024-07-14";
src = fetchFromGitHub {
owner = "travisgoodspeed";
repo = "maskromtool";
rev = "v${version}";
hash = "sha256-b/mmp8byb+4PZJNtiXB2XYbLaQPEDKaVc4gSHfytFUc=";
hash = "sha256-BPmjoD7LnY6RhLKBhq3oP3w6LXl+FrG+fLWYd4Wstno=";
};
buildInputs = [