Skip to content

Commit 52de0f1

Browse files
authored
Merge pull request #333344 from r-ryantm/auto-update/pioasm
pioasm: 1.5.1 -> 2.0.0
2 parents 3e53afd + 368126f commit 52de0f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pi/pioasm/package.nix

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

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "pioasm";
10-
version = "1.5.1";
10+
version = "2.0.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "raspberrypi";
1414
repo = "pico-sdk";
1515
rev = finalAttrs.version;
16-
hash = "sha256-JNcxd86XNNiPkvipVFR3X255boMmq+YcuJXUP4JwInU=";
16+
hash = "sha256-d6mEjuG8S5jvJS4g8e90gFII3sEqUVlT2fgd9M9LUkA=";
1717
};
1818
sourceRoot = "${finalAttrs.src.name}/tools/pioasm";
1919

0 commit comments

Comments
 (0)