about summary refs log tree commit diff
path: root/pkgs/applications/graphics/artem
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-24 16:13:41 -0400
committerfigsoda <figsoda@pm.me>2023-08-24 16:13:41 -0400
commit4f79cb1773be59571017b96aee995f57f1b8bb70 (patch)
tree6a6e2b66ceae85c030fad7752f1528ea345b9c04 /pkgs/applications/graphics/artem
parentf3961adf6aa6ca5ceb916eec5b76e52a07a723d2 (diff)
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
Diffstat (limited to 'pkgs/applications/graphics/artem')
-rw-r--r--pkgs/applications/graphics/artem/default.nix11
1 files changed, 3 insertions, 8 deletions
diff --git a/pkgs/applications/graphics/artem/default.nix b/pkgs/applications/graphics/artem/default.nix
index cd59cfb60f157..de6f593fc453e 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 = "2.0.1_2";
+  version = "2.0.2";
 
   src = fetchFromGitHub {
     owner = "finefindus";
     repo = "artem";
     rev = "v${version}";
-    hash = "sha256-R7ouOFeLKnTZI6NbAg8SkkSo4zh9AwPiMPNqhPthpCk=";
+    hash = "sha256-t8L1lylaacEHGg3wxVgiB2XmBHDGzql774oHrg/vUC0=";
   };
 
-  cargoHash = "sha256-sbIINbuIbu38NrYr87ljJJD7Y9Px0o6Qv/MGX8N54Rc=";
+  cargoHash = "sha256-rsgl8g6AqNmdq2gJ3PHvKMb7eid8ewtheajGWSWbeBw=";
 
   nativeBuildInputs = [
     installShellFiles
@@ -36,11 +36,6 @@ rustPlatform.buildRustPackage rec {
     "--skip=full_file_compare_html"
   ];
 
-  # Cargo.lock is outdated
-  postConfigure = ''
-    cargo metadata --offline
-  '';
-
   postInstall = ''
     installManPage $releaseDir/build/artem-*/out/artem.1
     installShellCompletion $releaseDir/build/artem-*/out/artem.{bash,fish} \