maskromtool: 2024-01-28 -> 2024-05-19

This commit is contained in:
R. Ryantm 2024-05-20 01:14:15 +00:00
parent 454d208c02
commit b2e800a60c

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "maskromtool";
version = "2024-01-28";
version = "2024-05-19";
src = fetchFromGitHub {
owner = "travisgoodspeed";
repo = "maskromtool";
rev = "v${version}";
hash = "sha256-jYnJgZ4bn5NDSzNyhb46xnmzbF9Y59shw8y/2zmxiVM=";
hash = "sha256-cG1OT5sbDW7uU7t+uh7GAdabd2zRlDTan2qPxBNHJTo=";
};
buildInputs = [