Merge pull request #276741 from r-ryantm/auto-update/doomretro

doomretro: 5.1.1 -> 5.1.3
This commit is contained in:
Nick Cao
2023-12-27 11:15:37 -05:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doomretro";
version = "5.1.1";
version = "5.1.3";
src = fetchFromGitHub {
owner = "bradharding";
repo = "doomretro";
rev = "v${finalAttrs.version}";
hash = "sha256-OxnsjY+Czo8nWLSBwPd1HlggPbkogC9l8CVuOyJ/vBo=";
hash = "sha256-hwjz9nzhasDIeFlmPIwBNhJjrNfZ8ksttx5A7WSomBQ=";
};
nativeBuildInputs = [