gsimplecal: switch to fetchFromGitHub
This commit is contained in:
parent
87909282b8
commit
4d09c0001c
@ -1,12 +1,14 @@
|
|||||||
{ lib, stdenv, fetchurl, automake, autoconf, pkg-config, gtk3 }:
|
{ lib, stdenv, fetchFromGitHub, automake, autoconf, pkg-config, gtk3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gsimplecal";
|
pname = "gsimplecal";
|
||||||
version = "2.2";
|
version = "2.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/dmedvinsky/gsimplecal/archive/v${version}.tar.gz";
|
owner = "dmedvinsky";
|
||||||
sha256 = "sha256-f19cnTX83LZT2d01B1EdWSaHcfHqpFPTo5glYkAokq8=";
|
repo = "gsimplecal";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "sha256-r7OitN7WSY7vxpQCraLyokgUNgvaVFjE17ghBGgxzuM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user