about summary refs log tree commit diff
path: root/pkgs/games/ecwolf
diff options
context:
space:
mode:
authorJason Yundt <jason@jasonyundt.email>2023-02-05 06:56:06 -0500
committerJason Yundt <jason@jasonyundt.email>2023-02-06 07:39:15 -0500
commit7e82811db2fb1dc3b59adf9f4816b9e341732f30 (patch)
treea97e9e1a3234c37a5be0caae6386382a4155d77b /pkgs/games/ecwolf
parent92c07c877c22caa8e7629bc07875728c202e3f39 (diff)
ecwolf: 1.4.0 -> 1.4.1
Release announcement: <https://maniacsvault.net/entry92>
Changelog: <https://maniacsvault.net/ecwolf/wiki/Version_history#2023>
Diffstat (limited to 'pkgs/games/ecwolf')
-rw-r--r--pkgs/games/ecwolf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/ecwolf/default.nix b/pkgs/games/ecwolf/default.nix
index 34c186f7f2dcf..43745a87f8689 100644
--- a/pkgs/games/ecwolf/default.nix
+++ b/pkgs/games/ecwolf/default.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ecwolf";
-  version = "1.4.0";
+  version = "1.4.1";
 
   src = fetchFromBitbucket {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "n1G1zvfE1l42fbJ7ZaMdV0QXn45PjMpaaZTDQAOBtYk=";
+    sha256 = "V2pSP8i20zB50WtUMujzij+ISSupdQQ/oCYYrOaTU1g=";
   };
 
   nativeBuildInputs = [ cmake copyDesktopItems pkg-config ];