summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-03-06 20:37:59 +0800
committerGitHub <noreply@github.com>2022-03-06 20:37:59 +0800
commita943a5d9da64f293b12c9171a2a8bfb8fef46386 (patch)
tree26b7a70cacc5dfb5426f443c78e5a93cbb6e5f61 /pkgs/applications/graphics
parent7429dcdcb688c695bc670bd49fa0ad1fdb67d8c3 (diff)
parenta810619d4fe6f5d251695a9ba9f4040fa4e1c266 (diff)
downloadnixpkgs-a943a5d9da64f293b12c9171a2a8bfb8fef46386.tar
nixpkgs-a943a5d9da64f293b12c9171a2a8bfb8fef46386.tar.gz
nixpkgs-a943a5d9da64f293b12c9171a2a8bfb8fef46386.tar.bz2
nixpkgs-a943a5d9da64f293b12c9171a2a8bfb8fef46386.tar.lz
nixpkgs-a943a5d9da64f293b12c9171a2a8bfb8fef46386.tar.xz
nixpkgs-a943a5d9da64f293b12c9171a2a8bfb8fef46386.tar.zst
nixpkgs-a943a5d9da64f293b12c9171a2a8bfb8fef46386.zip
Merge pull request #162971 from r-ryantm/auto-update/foxotron
foxotron: 2021-08-13 -> 2022-03-05
Diffstat (limited to 'pkgs/applications/graphics')
-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 cd4972de455..0cd66bae291 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 = "2021-08-13";
+  version = "2022-03-05";
 
   src = fetchFromGitHub {
     owner = "Gargaj";
     repo = "Foxotron";
     rev = version;
     fetchSubmodules = true;
-    sha256 = "sha256-0cnLHTZMeh8ilP0iXaMpFgKQAkizy/FimxXFDbH0b2w=";
+    sha256 = "sha256-DvNW7VGMZyefLhmmLdkf6AnGbuudZW6Yj/MFXw6HgXQ=";
   };
 
   nativeBuildInputs = [ cmake pkg-config makeWrapper ];