Commit f7145c05 authored by linsui's avatar linsui
Browse files

amberol: 0.9.2 -> unstable-2023-01-12

parent 815a21e9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -19,20 +19,20 @@

stdenv.mkDerivation rec {
  pname = "amberol";
  version = "0.9.2";
  version = "unstable-2023-01-12";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = pname;
    rev = version;
    hash = "sha256-L8yHKwtCAZC1myIouL0Oq3lj0QPWn5dVe0g3nkyAKI8=";
    rev = "0623386c813d0d68564002324958cef7217cec7f";
    hash = "sha256-nVL4ydTg4ncDCA9J9qWv+RPDC0Txr/qpo5XxIUiV0zQ=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    name = "${pname}-${version}";
    hash = "sha256-0XuWBUG37GNHRXgjz0/Vv6VSqaPG36xTj7oN0ukFIJY=";
    hash = "sha256-E0ivUWD3jP/T1GOJ11grDwcF+m92I+W2a2HhZX1bCso=";
  };

  postPatch = ''