amberol: 2024.2 -> 2025.1

This commit is contained in:
linsui 2025-03-31 23:26:08 +08:00
parent 6e2688ad17
commit 03ae574dbc

View File

@ -23,20 +23,20 @@
stdenv.mkDerivation rec {
pname = "amberol";
version = "2024.2";
version = "2025.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "amberol";
rev = version;
hash = "sha256-FK0TJFjknEFraY8T+PQ/ABiid36kEYIEhekgyx0y3aI=";
tag = version;
hash = "sha256-vF6O7+cQFoYpO4MHHHuacwjP7AUqFQCVUivCSZO7v3o=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
name = "amberol-${version}";
hash = "sha256-OsQMiye/sUsnmfx2V49ZUMGS/HQH9m9i5/qvho0jTD8=";
hash = "sha256-j/xkdLcmu02e+b8skx5U3uG2R2rIxwSJsYzyJ5tn5uU=";
};
postPatch = ''