Skip to content

Commit f7dce75

Browse files
committed
cosmic-bg: 1.0.0-alpha.5.1 -> 1.0.0-alpha.6
1 parent d9b69c3 commit f7dce75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/cosmic-bg/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "cosmic-bg";
15-
version = "1.0.0-alpha.5.1";
15+
version = "1.0.0-alpha.6";
1616

1717
src = fetchFromGitHub {
1818
owner = "pop-os";
1919
repo = pname;
2020
rev = "epoch-${version}";
21-
hash = "sha256-bmcMZIURozlptsR4si62NTmexqaCX1Yj5bYj49GDehQ=";
21+
hash = "sha256-4b4laUXTnAbdngLVh8/dD144m9QrGReSEjRZoNR6Iks=";
2222
};
2323

2424
useFetchCargoVendor = true;

0 commit comments

Comments
 (0)