libunibreak: fix wrong revision

This commit is contained in:
Gabriel Ebner 2020-08-26 17:23:27 +02:00
parent 12baef56e4
commit 2446a98e33

View file

@ -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;