Skip to content

Commit

Permalink
fretboard: v7.1 -> v8.0 (#352678)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgrahamevans authored Oct 31, 2024
1 parent c0dbda8 commit 7727152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fr/fretboard/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@

stdenv.mkDerivation (finalAttrs: {
pname = "fretboard";
version = "7.1";
version = "8.0";

src = fetchFromGitHub {
owner = "bragefuglseth";
repo = "fretboard";
rev = "v${finalAttrs.version}";
hash = "sha256-ZBDsG59WLsTYdayqGMBAh9+gDtoaqlAuSdObcjAk6DA=";
hash = "sha256-8xINlVhWgg73DrRi8S5rhNc1sbG4DbWOsiEBjU8NSXo=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
src = finalAttrs.src;
name = "${finalAttrs.pname}-${finalAttrs.version}";
hash = "sha256-W0gvSPVG0q1928uDky4Ad4VowuWcj6DyyWF2C2Y573c=";
hash = "sha256-LSL7VvRgA8MaFXn/vi5Zf1sY4cqv0a9PNnZ3JlDNIaE=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7727152

Please sign in to comment.