mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
libunibreak: fix wrong revision
This commit is contained in:
parent
12baef56e4
commit
2446a98e33
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
version = "4.3";
|
||||
|
||||
src = let
|
||||
rev_version = stdenv.lib.replaceStrings ["-"] ["_"] version;
|
||||
rev_version = stdenv.lib.replaceStrings ["."] ["_"] version;
|
||||
in fetchFromGitHub {
|
||||
owner = "adah1972";
|
||||
repo = pname;
|
||||
|
|
Loading…
Reference in a new issue