Commit 8c4e6ab1 authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

doomretro: 4.9.2 -> 5.0.3

parent e1db7d4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "doomretro";
  version = "4.9.2";
  version = "5.0.3";

  src = fetchFromGitHub {
    owner = "bradharding";
    repo = "doomretro";
    rev = "v${finalAttrs.version}";
    hash = "sha256-thH18+Og5kSiMdzgPdGyUwBchpjpd9xfFfUlUQMAl1A=";
    hash = "sha256-jZBgPXg9vQ8HxO/D0GzEiI/78OEW6LgxVIqxdqw63Ko=";
  };

  nativeBuildInputs = [