Merge pull request #244606 from evanrichter/maskromtool-update

maskromtool: 2023-06-17 -> 2023-07-20
This commit is contained in:
Nick Cao 2023-07-21 00:52:33 -06:00 committed by GitHub
commit ef733d0d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "maskromtool";
version = "2023-06-17";
version = "2023-07-20";
src = fetchFromGitHub {
owner = "travisgoodspeed";
repo = "maskromtool";
rev = "v${version}";
hash = "sha256-NumMO9whM5ZdEtxI3gjp2Ky2b8/rjPSiD9G/95xJk1o=";
hash = "sha256-AUZh1GAGN5RUXyK+YvQfhAp124bSI0LvCSaTRutLuE4=";
};
buildInputs = [