maskromtool: 2024-05-19 -> 2024-06-23

This commit is contained in:
R. Ryantm 2024-06-24 02:23:56 +00:00
parent 218d138dc3
commit 233a4ef26a

View file

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