From ee21fa6d033a989b3b3071e296ab15f4ef75caff Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Thu, 30 May 2024 11:34:57 +0200 Subject: [PATCH] nix: update version to 0.0.19 --- default.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/default.nix b/default.nix index 4185df99..0b05eb8d 100644 --- a/default.nix +++ b/default.nix @@ -15,24 +15,20 @@ # - Build again, this time it should work. # - Check the release notes, if there's a new dependency or a change to `GNUMakefile`, this file might need to be changed too. # For more details, contact tasiaiso @ https://tilde.club/~tasiaiso/ -# -# WARNING: currently it is pinned to `47838d5e482cb4aac40190fa0414f08b8cf94d40`. I couldn't get v0.0.18 to work for some reason. -# I'll change this in the next release - tasiaiso { pkgs ? import {}, lib ? import , }: pkgs.stdenv.mkDerivation rec { pname = "tildefriends"; - version = "0.0.20-wip"; + version = "0.0.19"; src = pkgs.fetchFromGitea { domain = "dev.tildefriends.net"; owner = "cory"; repo = "tildefriends"; - # rev = "v${version}"; - rev = "47838d5e482cb4aac40190fa0414f08b8cf94d40"; - hash = "sha256-mb5KYvWPIqgV64FOaXKHm2ownBJiiSRtdH8+YWiXwvE="; # 47838d5e482cb4aac40190fa0414f08b8cf94d40 + rev = "v${version}"; + hash = "sha256-ttqL2wz06Jvn2f6kKIAGpF0nSSle+g4nSlj4jL0D+Fk="; fetchSubmodules = true; }; -- 2.39.5