amberol: 2024.1 -> 2024.2 (#351816)

This commit is contained in:
Aleksana
2024-10-29 17:54:38 +08:00
committed by GitHub
+3 -3
View File
@@ -22,20 +22,20 @@
stdenv.mkDerivation rec {
pname = "amberol";
version = "2024.1";
version = "2024.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "amberol";
rev = version;
hash = "sha256-WuyvTgh9Qc5WcgEssxkytwQpSACd82l5WKeMD0NFOp8=";
hash = "sha256-FK0TJFjknEFraY8T+PQ/ABiid36kEYIEhekgyx0y3aI=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "amberol-${version}";
hash = "sha256-C1ENyNUpgwGlZus/zIWD1mUrmWT9L0fH/1T4QaIxGJw=";
hash = "sha256-9YRd1iOh+l+Jy8eSwJP6pxonEofBkMpFqb+JAAFDbCA=";
};
postPatch = ''