Skip to content

Commit

Permalink
doomretro: 5.6 -> 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 4, 2025
1 parent 8cb0cd7 commit ed4333d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/do/doomretro/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "doomretro";
version = "5.6";
version = "5.6.1";

src = fetchFromGitHub {
owner = "bradharding";
repo = "doomretro";
rev = "v${finalAttrs.version}";
hash = "sha256-ykErEXKpd/79cUhubZiLC7u10yJy8oYCWOMeHLYRHts=";
hash = "sha256-v/a7Jc82QpH58c6pkki8xXZBi0v54oz03A2A/Oz3udU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit ed4333d

Please sign in to comment.