cockatrice: 2015-09-24 -> 2017-01-20
This commit is contained in:
parent
1c4d8de99b
commit
b67ce6baf9
@ -4,11 +4,11 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "cockatrice";
|
pname = "cockatrice";
|
||||||
version = "2015-09-24";
|
version = "2017-01-20";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/Cockatrice/Cockatrice/archive/${version}-Release.tar.gz";
|
url = "https://github.com/Cockatrice/Cockatrice/archive/${version}-Release.tar.gz";
|
||||||
sha256 = "068f93k3bg4cmdm0iyh2vfmk51nnzf3d6g6cvlm5q8dz1zk5nwzf";
|
sha256 = "1gbcn8vffqdagidlamx670jxymhzaw28r4c6aqg3pq0s6by1l65f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user