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

maskromtool: 2023-08-06 -> 2023-09-13
This commit is contained in:
Pierre Bourdon
2023-09-18 03:01:09 +02:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "maskromtool";
version = "2023-08-06";
version = "2023-09-13";
src = fetchFromGitHub {
owner = "travisgoodspeed";
repo = "maskromtool";
rev = "v${version}";
hash = "sha256-CsGa+MQP0EtG3cPxhD1ymZt20QsYMh94XWppbLdvIaE=";
hash = "sha256-HZOQFFEADjmd3AbZLK3Qr57Jw+DKkRa3cMxW0mU77Us=";
};
buildInputs = [