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 committed Dec 25, 2024
1 parent e131111 commit 3edd7e2
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 3edd7e2

Please sign in to comment.