igir: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2024-01-06 08:32:18 +00:00
parent 338a8dc6c1
commit 3053795ff3
+3 -3
View File
@@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "igir";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "emmercm";
repo = "igir";
rev = "v${version}";
hash = "sha256-RHMsLiet3O/4aYLKWtxr1oJDU6sy5kHxr422AUqLzMA=";
hash = "sha256-MlLnnwlqFkzSZi+6OGS/ZPYRPjV7CY/piFvilwhhR9A=";
};
npmDepsHash = "sha256-MvXhSSqHHI3Ofgx+EnKwR5LuHl33h6sjTZ+ErBfjb6s=";
npmDepsHash = "sha256-yVo2ZKu2lEOYG12Gk5GQXamprkP5jEyKlSTZdPjNWQM=";
# I have no clue why I have to do this
postPatch = ''