Merge pull request #226040 from figsoda/artem

authored by figsoda and committed by GitHub eccf02f8 338a2289

+3 -3
+3 -3
pkgs/applications/graphics/artem/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "artem"; 11 - version = "1.1.5"; 12 13 src = fetchFromGitHub { 14 owner = "finefindus"; 15 repo = pname; 16 rev = "v${version}"; 17 - sha256 = "1jax39gizlcbqnkjckxwm5h0wdk5dk8dasaj9wxv7yidbcbgj4zh"; 18 }; 19 20 - cargoSha256 = "sha256-n2NOWrgcMVHpNCHL7r8+Kl1e01XYadaNM7UdE8fQo1U="; 21 22 nativeBuildInputs = [ installShellFiles pkg-config ]; 23
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "artem"; 11 + version = "1.1.7"; 12 13 src = fetchFromGitHub { 14 owner = "finefindus"; 15 repo = pname; 16 rev = "v${version}"; 17 + sha256 = "sha256-wd8csdt7qOWFhUBRjqfJSEGnNDyHD7lJA8CtW+q4Kxg="; 18 }; 19 20 + cargoSha256 = "sha256-zFXQUQVPqTur7m+aL0JhSiZI+EEFo9nCTVu1yAOgp/I="; 21 22 nativeBuildInputs = [ installShellFiles pkg-config ]; 23