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-04-05 00:12:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-05 00:12:54 +0000
commit74ee8d2134acaf6f0ed2aacd3e9cdd4d215aa22c (patch)
tree2c24de3dc1d4f01b32f8df5caab60c234068108a /pkgs/applications/graphics/artem
parenta2d38866bdaeb787a3f3c67dc7d5eafb281599a4 (diff)
artem: 2.0.6 -> 3.0.0
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 18bc00983828a..36d200ad07c46 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.6";
+  version = "3.0.0";
 
   src = fetchFromGitHub {
     owner = "finefindus";
     repo = "artem";
     rev = "v${version}";
-    hash = "sha256-iio0MJG0qVndhQvF2zgZ6Jw0za6bBQYFmtk1Mbxpq1E=";
+    hash = "sha256-C3Co+hXstVN/WADIpzqr7f3muAgQL0Zbnz6VI1XNo4U=";
   };
 
-  cargoHash = "sha256-47HNoAA1qr39qQqfq+qZoCFyjKHu5pnRKC2QzA60K3k=";
+  cargoHash = "sha256-QyFUxnq4BSULgpZxCu5+7TWfu6Gey0JFkOYSK+rL7l0=";
 
   nativeBuildInputs = [
     installShellFiles