mednaffe: 0.9.2 -> 0.9.3

Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
This commit is contained in:
Anderson Torres 2024-04-17 22:25:17 -03:00
parent 8a065e47dd
commit bd75a7b3cb
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mednaffe";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "AmatCoder";
repo = "mednaffe";
rev = finalAttrs.version;
hash = "sha256-zvSAt6CMcgdoPpTTA5sPlQaWUw9LUMsR2Xg9jM2UaWY=";
hash = "sha256-ZizW0EeY/Cc68m87cnbLAkx3G/ULyFT5b6Ku2ObzFRU=";
};
nativeBuildInputs = [