about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2022-07-22 12:23:56 +0200
committerJonas Heinrich <onny@project-insanity.org>2022-07-22 12:23:56 +0200
commit42c017bcbf2ee499e0173755a7c59fcaab6a1c55 (patch)
tree9465e4f1b0697ff9a94ea285ac5165fced009426
parentf2e43c14dfd711ea627c6d39f432542a8e991d5a (diff)
sta: unstable-2020-05-10 -> unstable-2021-11-30
-rw-r--r--pkgs/tools/misc/sta/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/sta/default.nix b/pkgs/tools/misc/sta/default.nix
index 6056fcfa49c3e..696b79447a752 100644
--- a/pkgs/tools/misc/sta/default.nix
+++ b/pkgs/tools/misc/sta/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation {
   pname = "sta";
-  version = "unstable-2020-05-10";
+  version = "unstable-2021-11-30";
 
   src = fetchFromGitHub {
     owner = "simonccarter";
     repo = "sta";
-    rev = "566e3a77b103aa27a5f77ada8e068edf700f26ef";
-    sha256 = "1v20di90ckl405rj5pn6lxlpxh2m2b3y9h2snjvk0k9sihk7w7d5";
+    rev = "94559e3dfa97d415e3f37b1180b57c17c7222b4f";
+    sha256 = "sha256-AiygCfBze7J1Emy6mc27Dim34eLR7VId9wodUZapIL4=";
   };
 
   nativeBuildInputs = [ autoreconfHook ];