forked from mirrors/nixpkgs
librem: 0.5.3 -> 0.6.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/librem/versions
This commit is contained in:
parent
e0950ae9ad
commit
b85bf642ff
|
@ -1,10 +1,10 @@
|
|||
{stdenv, fetchurl, zlib, openssl, libre}:
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.5.3";
|
||||
version = "0.6.0";
|
||||
name = "librem-${version}";
|
||||
src=fetchurl {
|
||||
url = "http://www.creytiv.com/pub/rem-${version}.tar.gz";
|
||||
sha256 = "0l401sn8lkzz9gvnvww6839xa0ys1q7w66krln194w6l8ycsg64z";
|
||||
sha256 = "0b17wma5w9acizk02isk5k83vv47vf1cf9zkmsc1ail677d20xj1";
|
||||
};
|
||||
buildInputs = [zlib openssl libre];
|
||||
makeFlags = [
|
||||
|
|
Loading…
Reference in a new issue