3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #184056 from r-ryantm/auto-update/stella

stella: 6.6 -> 6.7
This commit is contained in:
Anderson Torres 2022-07-31 10:36:30 -03:00 committed by GitHub
commit cd451d9f1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "stella";
version = "6.6";
version = "6.7";
src = fetchFromGitHub {
owner = "stella-emu";
repo = pname;
rev = version;
hash = "sha256-+ZvSCnnoKGyToSFqUQOArolFdgUcBBFNjFw8aoVDkYI=";
hash = "sha256-E8vbBbsVMOSY3iSSE+UCwBwmfHU7Efmre1cYlexVZ+E=";
};
nativeBuildInputs = [