artem: 2.0.1_2 -> 2.0.2

Diff: https://github.com/finefindus/artem/compare/v2.0.1_2...v2.0.2

Changelog: https://github.com/finefindus/artem/blob/v2.0.2/CHANGELOG.md

figsoda 4f79cb17 f3961adf

+3 -8
+3 -8
pkgs/applications/graphics/artem/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "artem"; 11 - version = "2.0.1_2"; 12 13 src = fetchFromGitHub { 14 owner = "finefindus"; 15 repo = "artem"; 16 rev = "v${version}"; 17 - hash = "sha256-R7ouOFeLKnTZI6NbAg8SkkSo4zh9AwPiMPNqhPthpCk="; 18 }; 19 20 - cargoHash = "sha256-sbIINbuIbu38NrYr87ljJJD7Y9Px0o6Qv/MGX8N54Rc="; 21 22 nativeBuildInputs = [ 23 installShellFiles ··· 35 # flaky 36 "--skip=full_file_compare_html" 37 ]; 38 - 39 - # Cargo.lock is outdated 40 - postConfigure = '' 41 - cargo metadata --offline 42 - ''; 43 44 postInstall = '' 45 installManPage $releaseDir/build/artem-*/out/artem.1
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "artem"; 11 + version = "2.0.2"; 12 13 src = fetchFromGitHub { 14 owner = "finefindus"; 15 repo = "artem"; 16 rev = "v${version}"; 17 + hash = "sha256-t8L1lylaacEHGg3wxVgiB2XmBHDGzql774oHrg/vUC0="; 18 }; 19 20 + cargoHash = "sha256-rsgl8g6AqNmdq2gJ3PHvKMb7eid8ewtheajGWSWbeBw="; 21 22 nativeBuildInputs = [ 23 installShellFiles ··· 35 # flaky 36 "--skip=full_file_compare_html" 37 ]; 38 39 postInstall = '' 40 installManPage $releaseDir/build/artem-*/out/artem.1