igir: 2.6.0 -> 2.6.1

This commit is contained in:
R. Ryantm 2024-03-31 04:45:30 +00:00
parent 4a660d5bb2
commit d754a354d8

View file

@ -10,16 +10,16 @@
buildNpmPackage rec {
pname = "igir";
version = "2.6.0";
version = "2.6.1";
src = fetchFromGitHub {
owner = "emmercm";
repo = "igir";
rev = "v${version}";
hash = "sha256-yW2lInIUfexFvIeiadM2A9qXmWOVClh1pVXS93pbH8I=";
hash = "sha256-0z+0/kRlHkUU3UijTru1sO+8u69cqsQbf06xjXJSb+A=";
};
npmDepsHash = "sha256-5Xp3vRW0tZXEN0n1IqrnPXYnMM+25diSKrG1ba/ZWns=";
npmDepsHash = "sha256-r1LCSEijj9kc+MdV9r8XWxG9dEm7Tot34mitrq3ykrM=";
# I have no clue why I have to do this
postPatch = ''