summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-18 15:51:08 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-18 15:51:08 +0000
commitf4bc62987aa41864dd336ed43aca43882b64213c (patch)
treef2ea73d9bcdf797ca973b06c0edb464bdbd4159c /pkgs/applications/graphics
parentef2abc20bc08546fa4dc55a14dab96a3d3f62981 (diff)
emulsion: 7.2 -> 8.0
Diffstat (limited to 'pkgs/applications/graphics')
-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 ba7ebfcfdff6..133deec19521 100644
--- a/pkgs/applications/graphics/emulsion/default.nix
+++ b/pkgs/applications/graphics/emulsion/default.nix
@@ -38,16 +38,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "emulsion";
- version = "7.2";
+ version = "8.0";
src = fetchFromGitHub {
owner = "ArturKovacs";
repo = pname;
rev = "v${version}";
- sha256 = "1king04p5j4gsvprrfppwaxa5jn4ga4nc0v63wl6fvq2ngwnkg4g";
+ sha256 = "sha256-xv3q59HobunrFyc+CPLztpsQd20Eu4+JI+iYhlGI0bc=";
};
- cargoSha256 = "19vb2q5w3063l7349p1b8q40n97a4hxdvc7h7qsx1iiwp75knbd0";
+ cargoSha256 = "sha256-37xtdFbtbfGUqaSpzlxDQfe1+0ESHz/rgO1iTPBEBLc=";
nativeBuildInputs = [
installShellFiles