Skip to content

Commit

Permalink
raider: 3.0.1 -> 3.0.2 (NixOS#366995)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Dec 21, 2024
2 parents ae4cee8 + df4ac83 commit 6550401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ra/raider/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 6550401

Please sign in to comment.