about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-04-13 12:31:58 -0400
committerfigsoda <figsoda@pm.me>2023-04-13 12:31:58 -0400
commit9e1be1c9fdc3b2ccdf7472db15ff1fa5547a3726 (patch)
tree607c9ec6d7912bbdbb17ae72c45c162ed95d61e9 /pkgs/applications/graphics
parent929a328dd92f8ffb5aa11469ad7001bc0ebb534d (diff)
artem: 1.1.5 -> 1.1.7
Diff: https://github.com/finefindus/artem/compare/v1.1.5...v1.1.7

Changelog: https://github.com/finefindus/artem/blob/v1.1.7/CHANGELOG.md
Diffstat (limited to 'pkgs/applications/graphics')
-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 5747c88b24bbf..f03489ef4eb88 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.5";
+  version = "1.1.7";
 
   src = fetchFromGitHub {
     owner = "finefindus";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1jax39gizlcbqnkjckxwm5h0wdk5dk8dasaj9wxv7yidbcbgj4zh";
+    sha256 = "sha256-wd8csdt7qOWFhUBRjqfJSEGnNDyHD7lJA8CtW+q4Kxg=";
   };
 
-  cargoSha256 = "sha256-n2NOWrgcMVHpNCHL7r8+Kl1e01XYadaNM7UdE8fQo1U=";
+  cargoSha256 = "sha256-zFXQUQVPqTur7m+aL0JhSiZI+EEFo9nCTVu1yAOgp/I=";
 
   nativeBuildInputs = [ installShellFiles pkg-config ];