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.
1 parent 63bf3bb commit 1d5abf4Copy full SHA for 1d5abf4
1 file changed
flake.nix
@@ -17,13 +17,13 @@
17
perSystem = {pkgs, ...}: {
18
packages.default = pkgs.stdenvNoCC.mkDerivation (finalAttrs: {
19
pname = "aicommit2";
20
- version = "v2.5.9";
+ version = "v2.5.10";
21
src = self;
22
23
pnpmDeps = pkgs.pnpm.fetchDeps {
24
inherit (finalAttrs) pname version src;
25
fetcherVersion = 1;
26
- hash = "sha256-96/qySx4dKfVCoIgwKXv6c7B3AG0S1HbLxt86/y/qTw=";
+ hash = "sha256-wr9ADPd5rpz0FjJ9UraKAbxpuv6g4g5PTXj+Z4aRBYw=";
27
};
28
29
nativeBuildInputs = [
0 commit comments