mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
xdelta: 3.0.11 -> 3.1.0
This commit is contained in:
parent
786d300251
commit
1ad0c1dcc1
@ -10,10 +10,10 @@ let
|
||||
else "--without-${name}";
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "xdelta";
|
||||
version = "3.0.11";
|
||||
version = "3.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "1c7xym7xr26phyf4wb9hh2w88ybzbzh2w3h1kyqq3da0ndidmf2r";
|
||||
sha256 = "09mmsalc7dwlvgrda56s2k927rpl3a5dzfa88aslkqcjnr790wjy";
|
||||
rev = "v${version}";
|
||||
repo = "xdelta-devel";
|
||||
owner = "jmacd";
|
||||
|
Loading…
Reference in New Issue
Block a user