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 9312209 + 0d46095 commit 3db7ec3Copy full SHA for 3db7ec3
pkgs/by-name/pi/picolibc/package.nix
@@ -96,7 +96,7 @@ let
96
in
97
stdenv.mkDerivation (finalAttrs: {
98
pname = "picolibc";
99
- version = "1.8.9";
+ version = "1.8.9-2";
100
strictDeps = true;
101
102
outputs = [
@@ -108,7 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
108
owner = "picolibc";
109
repo = finalAttrs.pname;
110
tag = finalAttrs.version;
111
- hash = "sha256-W1zK9mLMfi5pbOpbSLxiB2qKdiyNjOSQu96NM94/fcY=";
+ hash = "sha256-djOZKkinsaaYD4tUEA6mKdo+5em0GP1/+rI0mIm7Vs8=";
112
};
113
114
nativeBuildInputs = [
0 commit comments