opencommit: 3.2.10 -> 3.2.12

This commit is contained in:
R. Ryantm
2026-01-22 03:13:39 +00:00
parent 5d361f1d1d
commit 7b20c6eb76
+3 -3
View File
@@ -8,13 +8,13 @@
buildNpmPackage rec {
pname = "opencommit";
version = "3.2.10";
version = "3.2.12";
src = fetchFromGitHub {
owner = "di-sukharev";
repo = "opencommit";
rev = "v${version}";
hash = "sha256-FsPtTuvBvbDIldwxLbuXOxNfOIQ8THboRB6ghTSzTbI=";
hash = "sha256-jtumHDDsoc/jJZf+V0bzTTS6dmgwKcIDNkDidXa8eYY=";
postFetch = ''
cd $out
# Fix lockfile issues with bundled dependencies
@@ -22,7 +22,7 @@ buildNpmPackage rec {
'';
};
npmDepsHash = "sha256-Ilf9lfFegraQRkYU5v7Zv6MubpN5m6bck3j5UkTXk+4=";
npmDepsHash = "sha256-oqmRUzAptEurwEFux6kvxUC2TexWaXftSILjWDwakYU=";
passthru.updateScript = nix-update-script { };