mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
cockatrice: 2025-03-27-Release-2.10.1 -> 2025-04-03-Release-2.10.2
This commit is contained in:
parent
5cd4569970
commit
e68ccc1272
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "cockatrice";
|
pname = "cockatrice";
|
||||||
version = "2025-03-27-Release-2.10.1";
|
version = "2025-04-03-Release-2.10.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Cockatrice";
|
owner = "Cockatrice";
|
||||||
repo = "Cockatrice";
|
repo = "Cockatrice";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-vM12ufqoItlDeYXHhyN3Jkqm+chGgm9gB4xtIdDbI94=";
|
sha256 = "sha256-zXAK830SdGT3xN3ST8h9LLy/oWr4MH6TZf57gLfI0e8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue