sdate: 0.5 -> 0.6
This commit is contained in:
parent
2e192dc5db
commit
4fce98eccf
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchurl, autoreconfHook }:
|
{ stdenv, fetchurl, autoreconfHook }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sdate";
|
pname = "sdate";
|
||||||
version = "0.5";
|
version = "0.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ChristophBerg/sdate/archive/${version}.tar.gz";
|
url = "https://github.com/ChristophBerg/sdate/archive/${version}.tar.gz";
|
||||||
sha256 = "0gbjl1jfxjwiiwf9rz38yp6rb1mgzhawcyg0g9byl6m4kgivf0cx";
|
sha256 = "11irlbbhlzkg6y621smk351jl8ay3yjhl2j9hila0xa72hs4n7gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook ];
|
buildInputs = [ autoreconfHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user