marwaita-orange: 21 -> 22 (#352234)

This commit is contained in:
Nick Cao 2024-10-30 08:55:03 -04:00 committed by GitHub
commit d8ab7d3687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "marwaita-orange";
version = "21";
version = "22";
src = fetchFromGitHub {
owner = "darkomarko42";
repo = pname;
rev = version;
hash = "sha256-LJvlbvbgNH5nnfDAG8BpOBrO2W6VyDeH2yDcjRamUQI=";
hash = "sha256-hp+5UIr3uXuUay3K6HsaGs+Wh9VFx1yVNb3d0Jw2M34=";
};
buildInputs = [