Skip to content

Commit

Permalink
ecwolf: sha256 -> hash
Browse files Browse the repository at this point in the history
It looks like sha256 will eventually be deprecated in favor of hash:
<NixOS#325892>.
  • Loading branch information
xokdvium authored and Jayman2000 committed Dec 26, 2024
1 parent 62c9ec9 commit 0af0cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ec/ecwolf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ecwolf";
repo = "ecwolf";
rev = "refs/tags/${finalAttrs.version}";
sha256 = "V2pSP8i20zB50WtUMujzij+ISSupdQQ/oCYYrOaTU1g=";
hash = "sha256-V2pSP8i20zB50WtUMujzij+ISSupdQQ/oCYYrOaTU1g=";
};

patches = [
Expand Down

0 comments on commit 0af0cd8

Please sign in to comment.