maj site musique

This commit is contained in:
nyanloutre 2018-10-22 19:17:09 +02:00
parent c7fdc18c0c
commit 06551f28c5
1 changed files with 6 additions and 8 deletions

View File

@ -1,14 +1,12 @@
{ lib, stdenv, fetchFromGitHub }:
{ lib, stdenv, fetchgit }:
stdenv.mkDerivation rec {
name= "site-musique-${version}";
version = "1.0.0";
name= "site-musique";
src = fetchFromGitHub {
owner = "nyanloutre";
repo = "site-musique";
rev = "42ffbfa85422f0d3e98e842ca702e07cb20be0c0";
sha256 = "1ndfwg6rpkm2hn5naw0c91l6zbpcd011irs8imchqzbj4m2i7wgm";
src = fetchgit {
url = "https://gitlab.com/nyanloutre/site-musique.git";
rev = "78e5d570534d528cdf19c44332cd2c929f6fa861";
sha256 = "0rv1il85gxvi4d6yal8ac7q9jjz0w0ghmklbwzpd3p04v34y1rpd";
};
installPhase = ''