raider: 3.0.0 -> 3.0.1

This commit is contained in:
R. Ryantm
2024-07-25 15:04:43 +00:00
parent d8a2fa696c
commit e62ed8e247
+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 = [