Skip to content

Commit

Permalink
vbam: 2.1.9 -> 2.1.10 (NixOS#340805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Sep 10, 2024
2 parents 227e0b3 + 584c1b9 commit 0cfa0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/emulators/vbam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

stdenv.mkDerivation rec {
pname = "visualboyadvance-m";
version = "2.1.9";
version = "2.1.10";
src = fetchFromGitHub {
owner = "visualboyadvance-m";
repo = "visualboyadvance-m";
rev = "v${version}";
sha256 = "sha256-t5/CM5KXDG0OCByu7mUyuC5NkYmB3BFmEHHgnMY05nE=";
sha256 = "sha256-ca+BKedHuOwHOCXgjLkkpR6Pd+59X2R66dbPWEg2O5A=";
};

nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 ];
Expand Down

0 comments on commit 0cfa0d8

Please sign in to comment.