xflux 2013-09-01 -> 20170103 https://repology.org/project/xflux/versions attrpath: xflux Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/xflux/default.nix b/pkgs/tools/misc/xflux/default.nix index 5cfda2df174f..33c7af401dcb 100644 --- a/pkgs/tools/misc/xflux/default.nix +++ b/pkgs/tools/misc/xflux/default.nix @@ -1,10 +1,10 @@ {lib, stdenv, fetchurl, libXxf86vm, libXext, libX11, libXrandr, gcc}: stdenv.mkDerivation { pname = "xflux"; - version = "unstable-2013-09-01"; + version = "unstable-20170103"; src = fetchurl { url = "https://justgetflux.com/linux/xflux64.tgz"; - sha256 = "cc50158fabaeee58c331f006cc1c08fd2940a126e99d37b76c8e878ef20c2021"; + sha256 = "sha256-zFAVj6uu7ljDMfAGzBwI/SlAoSbpnTe3bI6HjvIMICE="; }; libPath = lib.makeLibraryPath [ Source url did not change.