about summary refs log tree commit diff
path: root/pkgs/applications/graphics/artem
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-16 04:17:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-16 04:17:10 +0000
commitb8179041eed66767a132c986bb522db0c9afdbfb (patch)
treee3877b7dbc1ad46cec4fedc3fb1d9617d29f6691 /pkgs/applications/graphics/artem
parentf9d40ef7bc5072c3a4d6fe13b144db70ce831099 (diff)
artem: 2.0.2 -> 2.0.6
Diffstat (limited to 'pkgs/applications/graphics/artem')
-rw-r--r--pkgs/applications/graphics/artem/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/artem/default.nix b/pkgs/applications/graphics/artem/default.nix
index 8a5fb0f66ec64..18bc00983828a 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.2";
+  version = "2.0.6";
 
   src = fetchFromGitHub {
     owner = "finefindus";
     repo = "artem";
     rev = "v${version}";
-    hash = "sha256-t8L1lylaacEHGg3wxVgiB2XmBHDGzql774oHrg/vUC0=";
+    hash = "sha256-iio0MJG0qVndhQvF2zgZ6Jw0za6bBQYFmtk1Mbxpq1E=";
   };
 
-  cargoHash = "sha256-rsgl8g6AqNmdq2gJ3PHvKMb7eid8ewtheajGWSWbeBw=";
+  cargoHash = "sha256-47HNoAA1qr39qQqfq+qZoCFyjKHu5pnRKC2QzA60K3k=";
 
   nativeBuildInputs = [
     installShellFiles