cinnamon.bulky: 3.3 -> 3.4

This commit is contained in:
R. Ryantm
2024-07-21 21:09:48 +08:00
committed by Bobby Rong
parent e83e3d3a4d
commit a797608b99
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "3.3";
version = "3.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
hash = "sha256-S4wAcwlJnXHYQEnP9WApCTjvVHKMrAt7gQ2l8zvFrs0=";
hash = "sha256-YByzRDL/LuI/VwBHLRZ3+S2VnttYeuMgJpRLPhR/NCA=";
};
nativeBuildInputs = [