about summary refs log tree commit diff
path: root/pkgs/applications/graphics/artem
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-20 17:06:13 -0400
committerfigsoda <figsoda@pm.me>2023-06-20 17:06:13 -0400
commitf10832834730ac2b8a7e9d52c7a4d7830ec5e8fc (patch)
tree0c405e91211bb1a5ddc703bcb3b596c83390a2d6 /pkgs/applications/graphics/artem
parent34038fa36a74ad98f1531e4136d6d9981e6fe6b0 (diff)
artem: 1.1.7 -> 1.2.1
Diff: https://github.com/finefindus/artem/compare/v1.1.7...v1.2.1

Changelog: https://github.com/finefindus/artem/blob/v1.2.1/CHANGELOG.md
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 f03489ef4eb88..1662f65a9193e 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 = "1.1.7";
+  version = "1.2.1";
 
   src = fetchFromGitHub {
     owner = "finefindus";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-wd8csdt7qOWFhUBRjqfJSEGnNDyHD7lJA8CtW+q4Kxg=";
+    sha256 = "sha256-T652cdKVZqoZ+EwXmTSs9x+ftjvWOELjy37trCP7V+0=";
   };
 
-  cargoSha256 = "sha256-zFXQUQVPqTur7m+aL0JhSiZI+EEFo9nCTVu1yAOgp/I=";
+  cargoSha256 = "sha256-2LXpvAbkpk2sJHZJvytwLYksZK4coVYyKvuNRiDK0Gg=";
 
   nativeBuildInputs = [ installShellFiles pkg-config ];