Merge pull request #167222 from r-ryantm/auto-update/harvid

harvid: 0.8.3 -> 0.9.0
This commit is contained in:
Ryan Mulligan
2022-04-06 16:10:33 -07:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "harvid";
version = "0.8.3";
version = "0.9.0";
src = fetchFromGitHub {
owner = "x42";
repo = "harvid";
rev = "v${version}";
sha256 = "0l1plfsfh2ixhlzg3hqqvjj42z7g422718a9kgbh7b4p882n71x7";
sha256 = "sha256-qt6aep7iMF8/lnlT2wLqu6LkFDqzdfsGLZvrOlXttG8=";
};
nativeBuildInputs = [ pkg-config ];