Skip to content

Commit 593e330

Browse files
authored
fretboard: 8.0 -> 9.1 (#397712)
2 parents 4759461 + 354a053 commit 593e330

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fr/fretboard/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "fretboard";
22-
version = "8.0";
22+
version = "9.1";
2323

2424
src = fetchFromGitHub {
2525
owner = "bragefuglseth";
2626
repo = "fretboard";
2727
rev = "v${finalAttrs.version}";
28-
hash = "sha256-8xINlVhWgg73DrRi8S5rhNc1sbG4DbWOsiEBjU8NSXo=";
28+
hash = "sha256-LTUZPOecX1OiLcfdiY/P2ffq91QcnFjW6knM9H/Z+Lc=";
2929
};
3030

3131
cargoDeps = rustPlatform.fetchCargoVendor {
3232
src = finalAttrs.src;
3333
name = "${finalAttrs.pname}-${finalAttrs.version}";
34-
hash = "sha256-wYDlJ5n878Apv+ywnHnDy1Rgn+WJtcuePsGYEWSNvs4=";
34+
hash = "sha256-Gl78z9FR/sB14uFDLKgnfN4B5yOi6A6MH64gDXcLiWA=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)