3
0
Fork 0
forked from mirrors/nixpkgs

theme-obsidian2: 2.21 -> 2.22

This commit is contained in:
José Romildo 2023-02-11 09:23:13 -03:00
parent 1d20429588
commit 4fb806003b

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "theme-obsidian2";
version = "2.21";
version = "2.22";
src = fetchurl {
url = "https://github.com/madmaxms/theme-obsidian-2/releases/download/v${version}/obsidian-2-theme.tar.xz";
sha256 = "sha256-ptiJeb4ebfnH6HpTN1NsPAYbkLlPcZtn2aBKO0zW2Tw=";
sha256 = "sha256-WvSlzCock0UMdvajHRBNHSugVMStR1FDt9vjzX5Kp8A=";
};
sourceRoot = ".";