We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60744ef + 4ebc1e8 commit 4de968dCopy full SHA for 4de968d
pkgs/by-name/op/opencommit/package.nix
@@ -7,16 +7,16 @@
7
8
buildNpmPackage rec {
9
pname = "opencommit";
10
- version = "3.2.5";
+ version = "3.2.7";
11
12
src = fetchFromGitHub {
13
owner = "di-sukharev";
14
repo = "opencommit";
15
rev = "v${version}";
16
- hash = "sha256-6bC3irUyIppu7QVT3jGwMe+r/5WuHA0pLLH/gYORDOM=";
+ hash = "sha256-vmVOrNwUsgB3iBvO8QhpJfI2OO0Kb9ZthcAXVaQ2cBM=";
17
};
18
19
- npmDepsHash = "sha256-exjK00MuzBsjlW34seaaAj8s0bPrzi7zBdJqQ0SuIWM=";
+ npmDepsHash = "sha256-F19xbiZoIC2JA+3rLqJBbFZvs2XbAk94F2borp/7gMo=";
20
21
passthru.updateScript = nix-update-script { };
22
0 commit comments