maskromtool: 2023-08-06 -> 2023-09-13

This commit is contained in:
R. Ryantm 2023-09-17 09:09:42 +00:00
parent 948e875475
commit d77ff61791

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 = [