packages/amberol: 0.8.1 -> 0.9.1

This commit is contained in:
Max Headroom 2022-09-07 21:08:16 +02:00
parent e21d98dbbb
commit a2e6edb814

View file

@ -1,17 +1,17 @@
{ amberol, fetchFromGitLab, rustPlatform }: { amberol, fetchFromGitLab, rustPlatform }:
amberol.overrideAttrs (_: rec { amberol.overrideAttrs (_: rec {
version = "0.8.1"; version = "0.9.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "World"; owner = "World";
repo = "amberol"; repo = "amberol";
rev = version; rev = version;
hash = "sha256-27jXpx79JNF5FjVKERNrQFS7VHZHWh57jjBWvX5IRio="; hash = "sha256-UZFOQw9eXSyCey4YQ4pWV91BIo+5tFw1N8es5H03+fc=";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit src; inherit src;
name = "amberol-${version}"; name = "amberol-${version}";
hash = "sha256-M5T+imP7up3RRiXOJRrqimcjs8r81V5jfQMjR02skko="; hash = "sha256-ebo718+HAZFd7Pjy06jAzmaLdjR3o4Hn0xEeO7yiIC0=";
}; };
}) })