libunibreak: fix wrong revision
This commit is contained in:
parent
12baef56e4
commit
2446a98e33
@ -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…
x
Reference in New Issue
Block a user