about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-08-24 23:29:53 +0200
committerGitHub <noreply@github.com>2022-08-24 23:29:53 +0200
commit3a6d655479f3e4199df80aa65e5fda1010527f68 (patch)
tree7a61d22853a168541372b371fb379c45ca6ccbd6
parentc7186043a03336a249945fea67d41932bb648541 (diff)
parentad21bc4efb392942c4556172111cd22323171680 (diff)
Merge pull request #182531 from r-ryantm/auto-update/foxotron
-rw-r--r--pkgs/applications/graphics/foxotron/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/foxotron/default.nix b/pkgs/applications/graphics/foxotron/default.nix
index f60ea4ea90c8c..a51edc39556e9 100644
--- a/pkgs/applications/graphics/foxotron/default.nix
+++ b/pkgs/applications/graphics/foxotron/default.nix
@@ -25,14 +25,14 @@
 
 stdenv.mkDerivation rec {
   pname = "foxotron";
-  version = "2022-03-06";
+  version = "2022-08-06";
 
   src = fetchFromGitHub {
     owner = "Gargaj";
     repo = "Foxotron";
     rev = version;
     fetchSubmodules = true;
-    sha256 = "sha256-w66wi+aMwQa9akfNA/1cS6UmDXPWC4OPK9BIa9Kt47A=";
+    sha256 = "sha256-IGLoiUeHcTlQ+WJTot3o5/Q+jRJcY52I3xHDAT0zuIU=";
   };
 
   nativeBuildInputs = [ cmake pkg-config makeWrapper ];