From 7c35bbec63fdee5e6b8b2186e2c1e344b0f7a450 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 8 Oct 2024 23:54:32 +0200 Subject: [PATCH] invoiceplane-template: bump input --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 1d6e2bf7..2fe5d5cb 100644 --- a/flake.lock +++ b/flake.lock @@ -207,17 +207,17 @@ ] }, "locked": { - "lastModified": 1728309617, - "narHash": "sha256-qEvJZivt+uaKDt53S4W0NGG2VgPwbSDeoMXRnoW+iJ4=", + "lastModified": 1728398621, + "narHash": "sha256-cNCgW0g012t7lZ2gxBpc+Uu6GHV2sTEsOV50nSZ96FM=", "ref": "refs/heads/main", - "rev": "27d180c69aaad9366f5f7e731a3205d3e96c37f2", + "rev": "a4f2aa76583b5dfa3f2db12ff360ba9f229cfb2f", "revCount": 37, "type": "git", - "url": "https://git.pub.solar/teutat3s/invoiceplane-templates.git" + "url": "https://git.pub.solar/momo/invoiceplane-templates.git" }, "original": { "type": "git", - "url": "https://git.pub.solar/teutat3s/invoiceplane-templates.git" + "url": "https://git.pub.solar/momo/invoiceplane-templates.git" } }, "lix": { diff --git a/flake.nix b/flake.nix index 5acc4bae..07a2645c 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - invoiceplane-template.url = "git+https://git.pub.solar/teutat3s/invoiceplane-templates.git"; + invoiceplane-template.url = "git+https://git.pub.solar/momo/invoiceplane-templates.git"; invoiceplane-template.inputs.nixpkgs.follows = "nixpkgs"; invoiceplane-template.inputs.flake-parts.follows = "flake-parts";