mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tcl2048: update to 0.2.6
This commit is contained in:
parent
dba5fed12b
commit
327cab298e
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, tcl, tcllib }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "tcl2048-0.2.5";
|
||||
name = "tcl2048-0.2.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://raw.githubusercontent.com/dbohdan/2048-tcl/v0.2.5/2048.tcl;
|
||||
sha256 = "b0d6e8a31dce8c1ca8dbbb8c513b50fbfb9cd6a313201941fa15531165bf68ce";
|
||||
url = https://raw.githubusercontent.com/dbohdan/2048-tcl/v0.2.6/2048.tcl;
|
||||
sha256 = "3a6466a214c538daec8e2d08e0c1467f10f770c74e5897bea642134e22016730";
|
||||
};
|
||||
|
||||
builder = ./builder.sh;
|
||||
|
Loading…
Reference in New Issue
Block a user