Merge pull request #329921 from r-ryantm/auto-update/raider

raider: 3.0.0 -> 3.0.1
This commit is contained in:
Nick Cao
2024-07-25 19:07:58 -04:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "raider";
version = "3.0.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "ADBeveridge";
repo = "raider";
rev = "v${version}";
hash = "sha256-zqM2B1M7E4CRupd09rvFYG7H7wBd2hTWnjN3xadS36w=";
hash = "sha256-LkGSEUoruWfEq/ttM3LkA/UjHc3ZrlvGF44HsJLntAo=";
};
nativeBuildInputs = [