From f10832834730ac2b8a7e9d52c7a4d7830ec5e8fc Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 20 Jun 2023 17:06:13 -0400 Subject: [PATCH] artem: 1.1.7 -> 1.2.1 Diff: https://github.com/finefindus/artem/compare/v1.1.7...v1.2.1 Changelog: https://github.com/finefindus/artem/blob/v1.2.1/CHANGELOG.md --- pkgs/applications/graphics/artem/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/graphics/artem/default.nix b/pkgs/applications/graphics/artem/default.nix index f03489ef4eb8..1662f65a9193 100644 --- a/pkgs/applications/graphics/artem/default.nix +++ b/pkgs/applications/graphics/artem/default.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage rec { pname = "artem"; - version = "1.1.7"; + version = "1.2.1"; src = fetchFromGitHub { owner = "finefindus"; repo = pname; rev = "v${version}"; - sha256 = "sha256-wd8csdt7qOWFhUBRjqfJSEGnNDyHD7lJA8CtW+q4Kxg="; + sha256 = "sha256-T652cdKVZqoZ+EwXmTSs9x+ftjvWOELjy37trCP7V+0="; }; - cargoSha256 = "sha256-zFXQUQVPqTur7m+aL0JhSiZI+EEFo9nCTVu1yAOgp/I="; + cargoSha256 = "sha256-2LXpvAbkpk2sJHZJvytwLYksZK4coVYyKvuNRiDK0Gg="; nativeBuildInputs = [ installShellFiles pkg-config ];