albert: 0.26.11 -> 0.26.13

This commit is contained in:
R. Ryantm
2025-01-13 02:43:29 +00:00
parent ebc074d89f
commit f01320b9ab
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "albert";
version = "0.26.11";
version = "0.26.13";
src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${finalAttrs.version}";
hash = "sha256-rPQ6nxUT7qiuOgmmQKCrYHl4kKJODe+nw4VNGjF+n/g=";
hash = "sha256-p/8kCj9dN9x7gEvXnHGABL9Ab5zUJP5jI2L6AvCT8Qs=";
fetchSubmodules = true;
};