about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2020-05-05 18:35:06 -0300
committerGitHub <noreply@github.com>2020-05-05 18:35:06 -0300
commite2e54225bf2bc273b6225dfcf857f61e9c6b45d7 (patch)
treea8fc55cc8405db607b476ccb41175097c58c4717
parent861c3c45610eda232ab87071351f054669138d3f (diff)
parentd33679a0b8bd6c3e504650d4e73424fc7a17ae3e (diff)
downloadnixlib-e2e54225bf2bc273b6225dfcf857f61e9c6b45d7.tar
nixlib-e2e54225bf2bc273b6225dfcf857f61e9c6b45d7.tar.gz
nixlib-e2e54225bf2bc273b6225dfcf857f61e9c6b45d7.tar.bz2
nixlib-e2e54225bf2bc273b6225dfcf857f61e9c6b45d7.tar.lz
nixlib-e2e54225bf2bc273b6225dfcf857f61e9c6b45d7.tar.xz
nixlib-e2e54225bf2bc273b6225dfcf857f61e9c6b45d7.tar.zst
nixlib-e2e54225bf2bc273b6225dfcf857f61e9c6b45d7.zip
Merge pull request #86743 from r-ryantm/auto-update/stella
stella: 6.1.1 -> 6.1.2
-rw-r--r--pkgs/misc/emulators/stella/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/stella/default.nix b/pkgs/misc/emulators/stella/default.nix
index 72dc48c1f4d0..14189e5b3871 100644
--- a/pkgs/misc/emulators/stella/default.nix
+++ b/pkgs/misc/emulators/stella/default.nix
@@ -4,13 +4,13 @@ with stdenv.lib;
 stdenv.mkDerivation rec {
 
   pname = "stella";
-  version = "6.1.1";
+  version = "6.1.2";
 
   src = fetchFromGitHub {
     owner = "stella-emu";
     repo = "stella";
     rev = version;
-    sha256 = "1iwhslrkq887v035j68lhblybww8r792515rp2m5qzmdgnjzsvbb";
+    sha256 = "0m4vdgn7gqhga7hamy4djnlkfgz78gfkmg8by3mai5lw0cps7hr1";
   };
 
   nativeBuildInputs = [ pkgconfig ];