opencommit: 3.2.9 -> 3.2.10

This commit is contained in:
R. Ryantm
2025-08-08 11:35:01 +00:00
parent 7f306c35da
commit 6835dce85b
+3 -3
View File
@@ -8,13 +8,13 @@
buildNpmPackage rec {
pname = "opencommit";
version = "3.2.9";
version = "3.2.10";
src = fetchFromGitHub {
owner = "di-sukharev";
repo = "opencommit";
rev = "v${version}";
hash = "sha256-nn+Whjs3qLXhydrELXzogr66H6btY/TPbmWT/MH6w+M=";
hash = "sha256-FsPtTuvBvbDIldwxLbuXOxNfOIQ8THboRB6ghTSzTbI=";
postFetch = ''
cd $out
# Fix lockfile issues with bundled dependencies
@@ -22,7 +22,7 @@ buildNpmPackage rec {
'';
};
npmDepsHash = "sha256-1lUMtQFGlM1Z2oQ4nktsePyce/EwAu75BbkBiqBrdnQ=";
npmDepsHash = "sha256-Ilf9lfFegraQRkYU5v7Zv6MubpN5m6bck3j5UkTXk+4=";
passthru.updateScript = nix-update-script { };