Merge pull request #114492 from periodic/patch-1
cockatrice: 2020-08-23-Release-2.7.5 -> 2021-01-26-Release-2.8.0
This commit is contained in:
commit
e29500b80c
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "cockatrice";
|
pname = "cockatrice";
|
||||||
version = "2020-08-23-Release-2.7.5";
|
version = "2021-01-26-Release-2.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Cockatrice";
|
owner = "Cockatrice";
|
||||||
repo = "Cockatrice";
|
repo = "Cockatrice";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1yaxm7q0ja3rgx197hh8ynjc6ncc4hm0qdn9v7f0l4fbv0bdpv34";
|
sha256 = "0q8ffcklb2b7hcqhy3d2f9kz9aw22pp04pc9y4sslyqmf17pwnz9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user