mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Revert "opendungeons: unstable-2021-11-06 -> unstable-2023-01-09"
This commit is contained in:
parent
b5cf300162
commit
3c94682946
@ -1,14 +1,14 @@
|
||||
{ lib, stdenv, fetchFromGitHub, ogre, cegui, boost, sfml, openal, cmake, ois, pkg-config }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "opendungeons";
|
||||
version = "unstable-2023-01-09";
|
||||
version = "unstable-2021-11-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OpenDungeons";
|
||||
repo = "OpenDungeons";
|
||||
rev = "c180ed1864eab5fbe847d1dd5c5c936c4e45444e";
|
||||
hash = "sha256-w9h36WOpWsZxrwD9Hsk9L1+UIXCSKs9TgYFS5O98x3U=";
|
||||
sha256 = "0xf7gkpy8ll1h59wyaljf0hr8prg7p4ixz80mxqwcnm9cglpgn63";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user