about summary refs log tree commit diff
path: root/pkgs/applications/misc/evtest
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2022-04-25 18:07:10 -0700
committerBjørn Forsman <bjorn.forsman@gmail.com>2022-04-26 10:31:08 +0200
commit0c922b4ea680ff2fa2d7c120c0eaea32694f7eb0 (patch)
tree5b7246c3b17fc2dad939cebe9d747ffa2e749c22 /pkgs/applications/misc/evtest
parent8e4696eabe550c0d20d5e53e584200fecfb71087 (diff)
evtest: update sha256 hash
Commit 6df37c9aab85fb1494e2a106b5491a3fc1f7f278 bumped the version of
evtest but failed to update the hash.  As a result, hosts which
already have evtest-1.33 source present will build the old version but
label it as evtest-1.34.  Hosts which lack the older source code will
fail their builds.  This commit corrects the issue.

We should think about a way to get Hydra to catch issues like this.
Maybe require that if two FODs have different hashes then they must
have different `${pname}-${version}`s?  Only for FODs, of course.
Diffstat (limited to 'pkgs/applications/misc/evtest')
-rw-r--r--pkgs/applications/misc/evtest/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/evtest/default.nix b/pkgs/applications/misc/evtest/default.nix
index 84fae703a0c3f..c4b0df2cc0d51 100644
--- a/pkgs/applications/misc/evtest/default.nix
+++ b/pkgs/applications/misc/evtest/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
   src = fetchgit {
     url = "git://anongit.freedesktop.org/${pname}";
     rev = "refs/tags/${pname}-${version}";
-    sha256 = "168gdhzj11f4nk94a6z696sm8v1njzwww69bn6wr97l17897913g";
+    sha256 = "sha256-0UGcoGkNF/19aSTWNEFAmZP7seL/yObXsOLlZLiyG2Q=";
   };
 
   meta = with lib; {