Skip to content

Commit 4de968d

Browse files
authored
opencommit: 3.2.5 -> 3.2.7 (#389929)
2 parents 60744ef + 4ebc1e8 commit 4de968d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/op/opencommit/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildNpmPackage rec {
99
pname = "opencommit";
10-
version = "3.2.5";
10+
version = "3.2.7";
1111

1212
src = fetchFromGitHub {
1313
owner = "di-sukharev";
1414
repo = "opencommit";
1515
rev = "v${version}";
16-
hash = "sha256-6bC3irUyIppu7QVT3jGwMe+r/5WuHA0pLLH/gYORDOM=";
16+
hash = "sha256-vmVOrNwUsgB3iBvO8QhpJfI2OO0Kb9ZthcAXVaQ2cBM=";
1717
};
1818

19-
npmDepsHash = "sha256-exjK00MuzBsjlW34seaaAj8s0bPrzi7zBdJqQ0SuIWM=";
19+
npmDepsHash = "sha256-F19xbiZoIC2JA+3rLqJBbFZvs2XbAk94F2borp/7gMo=";
2020

2121
passthru.updateScript = nix-update-script { };
2222

0 commit comments

Comments
 (0)