Skip to content

Commit

Permalink
ecwolf: don't use pname in fetchFromBitbucket
Browse files Browse the repository at this point in the history
This is discouraged. See NixOS#277994.
  • Loading branch information
xokdvium authored and pull[bot] committed Jan 2, 2025
1 parent 91fd803 commit f94b1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ec/ecwolf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
version = "1.4.1";

src = fetchFromBitbucket {
owner = pname;
repo = pname;
owner = "ecwolf";
repo = "ecwolf";
rev = version;
sha256 = "V2pSP8i20zB50WtUMujzij+ISSupdQQ/oCYYrOaTU1g=";
};
Expand Down

0 comments on commit f94b1ac

Please sign in to comment.