Skip to content

Commit

Permalink
wasabibackend: move to finalAttrs
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Jan 9, 2025
1 parent dacbc01 commit 4a340dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/wa/wasabibackend/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
nixosTests,
}:

buildDotnetModule rec {
buildDotnetModule (finalAttrs: {
pname = "wasabibackend";
version = "2.3.1";

src = fetchFromGitHub {
owner = "zkSNACKs";
repo = "WalletWasabi";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-vOvNumR/0agf9Mof0UD3KjJVgN18y6R/OrgLOXwL3K8=";
};

Expand Down Expand Up @@ -59,4 +59,4 @@ buildDotnetModule rec {
platforms = [ "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};
}
})

0 comments on commit 4a340dd

Please sign in to comment.