about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-07-16 00:27:00 +0200
committerGitHub <noreply@github.com>2023-07-16 00:27:00 +0200
commit4adde798321663bc984ecac87b80592141995c62 (patch)
tree52cb94be52d1d8bfdfb9d3e706f1dca884c32e8a
parentb5cf3001627f740351402adbba5e8b94e709d02f (diff)
parent3c94682946f23ce6cd167e2179831c419999b186 (diff)
Merge pull request #243737 from NixOS/revert-243714-opendungeons-bump
Revert "opendungeons: unstable-2021-11-06 -> unstable-2023-01-09"
-rw-r--r--pkgs/games/opendungeons/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/opendungeons/default.nix b/pkgs/games/opendungeons/default.nix
index 229e0d77d9912..61f8aad304c8b 100644
--- a/pkgs/games/opendungeons/default.nix
+++ b/pkgs/games/opendungeons/default.nix
@@ -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 = [