Alyssa Ross
2023-12-05 21:19:01 +01:00
parent 93ebe44ac3
commit 660b0bd012
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "lib" "dev" ] ++ lib.optional enableManpages "man";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git";
url = "https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git";
rev = "v${version}";
sha256 = "sha256-ygBOkp2PBe8Z2ak6SXEJ6HHuT4NRKmIsbJDHcY+h8PQ=";
};
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.kernel.org/doc/html/latest/filesystems/fsverity.html#userspace-utility";
changelog = "https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git/tree/NEWS.md";
changelog = "https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git/tree/NEWS.md";
description = "A set of userspace utilities for fs-verity";
license = licenses.mit;
maintainers = with maintainers; [ jk ];