mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
eaglemode: 0.96.1 -> 0.96.2
This version of Eagle Mode contains various bug fixes, see the upstream change log: https://sourceforge.net/p/eaglemode/news/2024/05/eagle-mode-0962-released/ Tested locally, all good.
This commit is contained in:
parent
87da5b4045
commit
43fae4b242
@ -28,11 +28,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "eaglemode";
|
||||
version = "0.96.1";
|
||||
version = "0.96.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/eaglemode/${pname}-${version}.tar.bz2";
|
||||
hash = "sha256-FIhCcMghzLg7Odcsou9hBw7kIaqLVUFEAKUk9uwRNNw=";
|
||||
hash = "sha256:1al5n2mcjp0hmsvi4hsdmzd7i0id5i3255xplk0il1nmzydh312a";
|
||||
};
|
||||
|
||||
# Fixes "Error: No time zones found." on the clock
|
||||
|
Loading…
Reference in New Issue
Block a user