xdelta: 3.0.11 -> 3.1.0
This commit is contained in:
parent
786d300251
commit
1ad0c1dcc1
@ -10,10 +10,10 @@ let
|
|||||||
else "--without-${name}";
|
else "--without-${name}";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "xdelta";
|
pname = "xdelta";
|
||||||
version = "3.0.11";
|
version = "3.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1c7xym7xr26phyf4wb9hh2w88ybzbzh2w3h1kyqq3da0ndidmf2r";
|
sha256 = "09mmsalc7dwlvgrda56s2k927rpl3a5dzfa88aslkqcjnr790wjy";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "xdelta-devel";
|
repo = "xdelta-devel";
|
||||||
owner = "jmacd";
|
owner = "jmacd";
|
||||||
|
Loading…
Reference in New Issue
Block a user