Merge pull request #279111 from r-ryantm/auto-update/igir

igir: 2.2.0 -> 2.2.1
This commit is contained in:
Nick Cao
2024-01-06 11:28:21 -05:00
committed by GitHub
+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 = ''