about summary refs log tree commit diff
path: root/pkgs/applications/graphics/emulsion
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-09 03:58:23 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-17 13:48:02 -0700
commitb0b023a94095fbb4b067ba5b6727d02eb23a57db (patch)
tree9fff607396d6dd9c7c481cd2cffbf1a0f163b147 /pkgs/applications/graphics/emulsion
parent1d676b24a0d0adf3ec668ff65f128f5fbd78efcd (diff)
emulsion: 8.0 -> 9.0
Diffstat (limited to 'pkgs/applications/graphics/emulsion')
-rw-r--r--pkgs/applications/graphics/emulsion/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/emulsion/default.nix b/pkgs/applications/graphics/emulsion/default.nix
index 465e78e434cae..3012250b9ce36 100644
--- a/pkgs/applications/graphics/emulsion/default.nix
+++ b/pkgs/applications/graphics/emulsion/default.nix
@@ -37,16 +37,16 @@ let
 in
 rustPlatform.buildRustPackage rec {
   pname = "emulsion";
-  version = "8.0";
+  version = "9.0";
 
   src = fetchFromGitHub {
     owner = "ArturKovacs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-xv3q59HobunrFyc+CPLztpsQd20Eu4+JI+iYhlGI0bc=";
+    sha256 = "sha256-Cdi+PQDHxMQG7t7iwDi6UWfDwQjjA2yiOf9p/ahBlOw=";
   };
 
-  cargoSha256 = "sha256-37xtdFbtbfGUqaSpzlxDQfe1+0ESHz/rgO1iTPBEBLc=";
+  cargoSha256 = "sha256-2wiLamnGqACx1r4WJbWPCN3tvhww/rRWz8fcvAbjYE0=";
 
   nativeBuildInputs = [
     installShellFiles