Commit 03ae574d authored by linsui's avatar linsui
Browse files

amberol: 2024.2 -> 2025.1

parent 6e2688ad
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 = ''