mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +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";
|
version = "4.3";
|
||||||
|
|
||||||
src = let
|
src = let
|
||||||
rev_version = stdenv.lib.replaceStrings ["-"] ["_"] version;
|
rev_version = stdenv.lib.replaceStrings ["."] ["_"] version;
|
||||||
in fetchFromGitHub {
|
in fetchFromGitHub {
|
||||||
owner = "adah1972";
|
owner = "adah1972";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
|
|
Loading…
Reference in a new issue