raider: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm
2024-12-21 03:14:40 +00:00
parent 8f85b83ec4
commit df4ac83df1
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "raider";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "ADBeveridge";
repo = "raider";
rev = "v${version}";
hash = "sha256-LkGSEUoruWfEq/ttM3LkA/UjHc3ZrlvGF44HsJLntAo=";
hash = "sha256-fOv4Y5kBbZazFNkPrLS3D7LMLLvT/kIYmsCezsl/fxQ=";
};
nativeBuildInputs =