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

raider: 2.1.0 -> 3.0.0
This commit is contained in:
Aleksana 2024-05-08 19:53:16 +08:00 committed by GitHub
commit 872210e152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "raider";
version = "2.1.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "ADBeveridge";
repo = "raider";
rev = "v${version}";
hash = "sha256-ZR40sbEKvZxGxRaV5H9D6kBP9ZgUdc425XgIhqidWLI=";
hash = "sha256-zqM2B1M7E4CRupd09rvFYG7H7wBd2hTWnjN3xadS36w=";
};
nativeBuildInputs = [