igir: 5.2.1 -> 5.3.0 (#538635)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-13 16:33:19 +00:00
committed by GitHub

View File

@@ -18,16 +18,16 @@
buildNpmPackage rec {
pname = "igir";
version = "5.2.1";
version = "5.3.0";
src = fetchFromGitHub {
owner = "emmercm";
repo = "igir";
rev = "v${version}";
hash = "sha256-LWdJPweZ0BFIjdXHUZvJuk8oZb8JtuGo3LIJtdwdG70=";
hash = "sha256-qs6CVmBLn23BOjr+d4WZeROFxqKy9vWx8iUVKBicKdk=";
};
npmDepsHash = "sha256-bRZlaRnPY8k2Xahb994GUYlROmR9ZQj2neEPVKDwv4g=";
npmDepsHash = "sha256-ruFssMRX7fzEI7lwEb/a+0lYso9I3CufLK9uVZiuhoU=";
# I have no clue why I have to do this
postPatch = ''