Skip to content

Commit 5027c9a

Browse files
committed
chore(unwrapped): move comment
Signed-off-by: kaeeraa <kaeeraa@nebula-nook.ru>
2 parents c9c226b + 2b9182a commit 5027c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unwrapped.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242

4343
stdenv.mkDerivation (finalAttrs: {
4444
pname = "ayugram-desktop-unwrapped";
45-
version = "5.11.1";
45+
version = "5.12.3";
4646

4747
src = fetchFromGitHub {
4848
owner = "AyuGram";
4949
repo = "AyuGramDesktop";
5050
rev = "v${finalAttrs.version}";
5151

5252
fetchSubmodules = true;
53-
hash = "sha256-AiMPbcEvbyhGd1V9mg95Q+mLrBH0DqTEFpC3D9ziCy8=";
53+
hash = "sha256-Zjik+9J0YtabVW1VEkJr/Bl3SIakVQ8EiTLYm28rEIk=";
5454
};
5555

5656
patches = [

0 commit comments

Comments
 (0)