summary refs log tree commit diff
diff options
context:
space:
mode:
authorFacteur Pat <kevin.unger@protonmail.com>2021-04-06 02:08:23 +0200
committerGitHub <noreply@github.com>2021-04-06 02:08:23 +0200
commitd8e7ab02f3832cff3efb386745daf92caf544aaf (patch)
tree287b03b20da59acca063ae3089b446e60c10854c
parent7b6416657d093f931c522068e656a2b8b735bde3 (diff)
downloadnixpkgs-d8e7ab02f3832cff3efb386745daf92caf544aaf.tar
nixpkgs-d8e7ab02f3832cff3efb386745daf92caf544aaf.tar.gz
nixpkgs-d8e7ab02f3832cff3efb386745daf92caf544aaf.tar.bz2
nixpkgs-d8e7ab02f3832cff3efb386745daf92caf544aaf.tar.lz
nixpkgs-d8e7ab02f3832cff3efb386745daf92caf544aaf.tar.xz
nixpkgs-d8e7ab02f3832cff3efb386745daf92caf544aaf.tar.zst
nixpkgs-d8e7ab02f3832cff3efb386745daf92caf544aaf.zip
cockatrice: 2.8.0 -> 2.8.1-beta (#116100)
-rw-r--r--pkgs/games/cockatrice/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/cockatrice/default.nix b/pkgs/games/cockatrice/default.nix
index cb51489de9c..1388d830a9e 100644
--- a/pkgs/games/cockatrice/default.nix
+++ b/pkgs/games/cockatrice/default.nix
@@ -4,13 +4,13 @@
 
 mkDerivation rec {
   pname = "cockatrice";
-  version = "2021-01-26-Release-2.8.0";
+  version = "2021-02-03-Development-2.8.1-beta";
 
   src = fetchFromGitHub {
     owner = "Cockatrice";
     repo = "Cockatrice";
     rev = version;
-    sha256 = "0q8ffcklb2b7hcqhy3d2f9kz9aw22pp04pc9y4sslyqmf17pwnz9";
+    sha256 = "0g1d7zq4lh4jf08mvvgp6m2r2gdvy4y1mhf46c0s8607h2l8vavh";
   };
 
   buildInputs = [
@@ -22,7 +22,7 @@ mkDerivation rec {
   meta = {
     homepage = "https://github.com/Cockatrice/Cockatrice";
     description = "A cross-platform virtual tabletop for multiplayer card games";
-    license = lib.licenses.gpl2;
+    license = lib.licenses.gpl2Plus;
     maintainers = with lib.maintainers; [ evanjs ];
     platforms = with lib.platforms; linux;
   };