lol

libsv: 1.1 -> 1.2

+2 -2
+2 -2
pkgs/development/libraries/libsv/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libsv"; 5 - version = "1.1"; 6 7 src = fetchFromGitHub { 8 owner = "uael"; 9 repo = "sv"; 10 rev = "v${version}"; 11 - sha256 = "sha256-icvGQi6FNSZXNGs2oLiUKu6rrVsWcXh1r91kycGjnwY="; 12 }; 13 14 nativeBuildInputs = [ cmake ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libsv"; 5 + version = "1.2"; 6 7 src = fetchFromGitHub { 8 owner = "uael"; 9 repo = "sv"; 10 rev = "v${version}"; 11 + sha256 = "sha256-sc7WTRY8XTm5+J+zlS7tGa2f+2d7apj+XHyBafZXXeE="; 12 }; 13 14 nativeBuildInputs = [ cmake ];