raider: 3.0.1 -> 3.0.2 (#366995)

This commit is contained in:
Sefa Eyeoglu
2024-12-21 09:41:04 +01:00
committed by GitHub
+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 =