forked from mirrors/nixpkgs
Revert "love: 0.10.2 -> 11.4"
There are supposed to be different versions of love.
- 0.10.2 in 0.10.nix
- 11.4 in 11.nix
This reverts commit e8662b6688
.
This commit is contained in:
parent
18b30ed2a3
commit
35681340d1
|
@ -6,13 +6,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "love";
|
||||
version = "11.4";
|
||||
version = "0.10.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "love2d";
|
||||
repo = "love";
|
||||
rev = version;
|
||||
sha256 = "sha256-C/Ifd0KjmaM5Y2fxBiDNz1GQoT4GeH/vyUCiira57U4=";
|
||||
sha256 = "19yfmlcx6w8yi4ndm5lni8lrsvnn77bxw5py0dc293nzzlaqa9ym";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config autoconf automake ];
|
||||
|
|
Loading…
Reference in a new issue