mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
isync: 1.1.2 -> 1.2.0
This commit is contained in:
parent
196c39020e
commit
5c2dbf9827
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, openssl, pkgconfig, db }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "isync-1.1.2";
|
||||
name = "isync-1.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/isync/${name}.tar.gz";
|
||||
sha256 = "1960ah3fmp75cakd06lcx50n5q0yvfsadjh3lffhyvjvj7ava9d2";
|
||||
sha256 = "0n8fwvv88h7ps7qs122kgh1yx5308765fiwqav5h7m272vg7hf43";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl pkgconfig db ];
|
||||
|
Loading…
Reference in New Issue
Block a user