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 4d3da3f commit 4bbf043Copy full SHA for 4bbf043
nix/packages/default/default.nix
@@ -12,7 +12,7 @@
12
}:
13
14
let
15
- version = "1.17.1";
+ version = "1.17.2";
16
in
17
18
stdenv.mkDerivation (finalAttrs: {
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
23
owner = "nano-collective";
24
repo = "nanocoder";
25
rev = "v${version}";
26
- sha256 = "sha256-A1KtyA5H5bEjU2fOF1HtoPsJd/PMl5bNAA2HYdgW4vM=";
+ sha256 = "sha256-DqYutzJcacLR+AVLE1IgjKlDVzrWowOZ+Zt4cPSsxT4=";
27
};
28
29
nativeBuildInputs = [
0 commit comments