mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
sdate: 0.6 -> 0.7
This commit is contained in:
parent
5f0bd4d70f
commit
da1dc61360
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, fetchurl, autoreconfHook }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sdate";
|
||||
version = "0.6";
|
||||
version = "0.7";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ChristophBerg/sdate/archive/${version}.tar.gz";
|
||||
sha256 = "11irlbbhlzkg6y621smk351jl8ay3yjhl2j9hila0xa72hs4n7gz";
|
||||
sha256 = "1lfnsb8prac8rspnxcawd138jyhyivwf35rrmfvwq6dhsx23c6vy";
|
||||
};
|
||||
|
||||
buildInputs = [ autoreconfHook ];
|
||||
|
|
Loading…
Reference in a new issue