mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
Merge pull request #127598 from SuperSandro2000/SuperSandro2000-patch-4
This commit is contained in:
commit
39717cb99f
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "0.7.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/files/${pname}-${version}.tar.gz";
|
||||
url = "https://liba52.sourceforge.net/files/${pname}-${version}.tar.gz";
|
||||
sha256 = "oh1ySrOzkzMwGUNTaH34LEdbXfuZdRPu9MJd5shl7DM=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user