Merge pull request #218134 from foo-dogsquared/update-eyedropper

authored by

Janik and committed by
GitHub
ea25c08f 1371b925

+4 -4
+4 -4
pkgs/applications/graphics/eyedropper/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "eyedropper"; 20 - version = "0.5.1"; 20 + version = "0.6.0"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "FineFindus"; 24 24 repo = pname; 25 25 rev = "v${version}"; 26 - hash = "sha256-kc/UREQpmw3suA6bYEr9fCIwMzNMrEY9E5qf+rhKsC4="; 26 + hash = "sha256-ZlqRTTSQHmsOhQNg8W2hKL2/zCOu2ECEUrTQ507WN90="; 27 27 }; 28 28 29 29 cargoDeps = rustPlatform.fetchCargoTarball { 30 30 inherit src; 31 31 name = "${pname}-${version}"; 32 - hash = "sha256-/eas1PObrj9IuDIzlBVbfhEhH8eDyZ7CD871JmAqnyY="; 32 + hash = "sha256-/CIheSIFrymYcCip3NmozAS8ojPnF0qO+oXI15zttkE="; 33 33 }; 34 34 35 35 nativeBuildInputs = [ ··· 51 51 ]; 52 52 53 53 meta = with lib; { 54 - description = "A powerful color picker and formatter"; 54 + description = "Pick and format colors"; 55 55 homepage = "https://github.com/FineFindus/eyedropper"; 56 56 license = licenses.gpl3Plus; 57 57 platforms = platforms.linux;