cockatrice: 2020-08-23-Release-2.7.5 -> 2021-01-26-Release-2.8.0
This commit is contained in:
parent
3a2195b750
commit
c18c9e0a36
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
mkDerivation rec {
|
||||
pname = "cockatrice";
|
||||
version = "2020-08-23-Release-2.7.5";
|
||||
version = "2021-01-26-Release-2.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Cockatrice";
|
||||
repo = "Cockatrice";
|
||||
rev = version;
|
||||
sha256 = "1yaxm7q0ja3rgx197hh8ynjc6ncc4hm0qdn9v7f0l4fbv0bdpv34";
|
||||
sha256 = "0q8ffcklb2b7hcqhy3d2f9kz9aw22pp04pc9y4sslyqmf17pwnz9";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue