marwaita-teal: 21 -> 22

This commit is contained in:
R. Ryantm 2024-10-03 10:34:48 +00:00
parent 14f8e6c62c
commit 2a2b9ef2dc

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "marwaita-teal";
version = "21";
version = "22";
src = fetchFromGitHub {
owner = "darkomarko42";
repo = pname;
rev = version;
hash = "sha256-9WH/mbnLLLAf8B5Fwd7PMRAX2psWVJn7gGO4C5KkLjM=";
hash = "sha256-aSzeF4winpea21gADa/HT+a+FZ4Ykrpue/ePmveJU8E=";
};
buildInputs = [