From 87e1e74199188a6946442ea373c0a2fe160b32f1 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 20 Sep 2024 22:19:28 +0200 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'grzegorz': 'github:Programvareverkstedet/grzegorz/3841cda1cdcac470440b06838d56a2eb2256378c' (2024-05-10) → 'git+https://git.pvv.ntnu.no/Projects/grzegorz.git?ref=refs/heads/master&rev=d10db19d7df5c5c2cd2dcb878376d5d681f6c2f2' (2024-09-20) • Updated input 'grzegorz-clients': 'github:Programvareverkstedet/grzegorz-clients/738a4f3dd887f7c3612e4e772b83cbfa3cde5693' (2024-05-10) → 'git+https://git.pvv.ntnu.no/Projects/grzegorz-clients.git?ref=refs/heads/master&rev=546d921ec46735dbf876e36f4af8df1064d09432' (2024-09-20) --- flake.lock | 36 ++++++++++++++++++------------------ flake.nix | 4 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index 673d063..5036594 100644 --- a/flake.lock +++ b/flake.lock @@ -67,17 +67,17 @@ ] }, "locked": { - "lastModified": 1715364232, - "narHash": "sha256-ZJC3SkanEgbV7p+LFhP+85CviRWOXJNHzZwR/Stb7hE=", - "owner": "Programvareverkstedet", - "repo": "grzegorz", - "rev": "3841cda1cdcac470440b06838d56a2eb2256378c", - "type": "github" + "lastModified": 1726861911, + "narHash": "sha256-pXPmVp4AgszzJXlLjj8r9NxoDvxoV4USGaiMwqCyb4M=", + "ref": "refs/heads/master", + "rev": "d10db19d7df5c5c2cd2dcb878376d5d681f6c2f2", + "revCount": 94, + "type": "git", + "url": "https://git.pvv.ntnu.no/Projects/grzegorz.git" }, "original": { - "owner": "Programvareverkstedet", - "repo": "grzegorz", - "type": "github" + "type": "git", + "url": "https://git.pvv.ntnu.no/Projects/grzegorz.git" } }, "grzegorz-clients": { @@ -87,17 +87,17 @@ ] }, "locked": { - "lastModified": 1715384651, - "narHash": "sha256-7RhckgUTjqeCjWkhiCc1iB+5CBx9fl80d/3O4Jh+5kM=", - "owner": "Programvareverkstedet", - "repo": "grzegorz-clients", - "rev": "738a4f3dd887f7c3612e4e772b83cbfa3cde5693", - "type": "github" + "lastModified": 1726861934, + "narHash": "sha256-lOzPDwktd+pwszUTbpUdQg6iCzInS11fHLfkjmnvJrM=", + "ref": "refs/heads/master", + "rev": "546d921ec46735dbf876e36f4af8df1064d09432", + "revCount": 78, + "type": "git", + "url": "https://git.pvv.ntnu.no/Projects/grzegorz-clients.git" }, "original": { - "owner": "Programvareverkstedet", - "repo": "grzegorz-clients", - "type": "github" + "type": "git", + "url": "https://git.pvv.ntnu.no/Projects/grzegorz-clients.git" } }, "matrix-next": { diff --git a/flake.nix b/flake.nix index ac2839d..4532271 100644 --- a/flake.nix +++ b/flake.nix @@ -23,9 +23,9 @@ nix-gitea-themes.url = "git+https://git.pvv.ntnu.no/oysteikt/nix-gitea-themes.git"; nix-gitea-themes.inputs.nixpkgs.follows = "nixpkgs"; - grzegorz.url = "github:Programvareverkstedet/grzegorz"; + grzegorz.url = "git+https://git.pvv.ntnu.no/Projects/grzegorz.git"; grzegorz.inputs.nixpkgs.follows = "nixpkgs-unstable"; - grzegorz-clients.url = "github:Programvareverkstedet/grzegorz-clients"; + grzegorz-clients.url = "git+https://git.pvv.ntnu.no/Projects/grzegorz-clients.git"; grzegorz-clients.inputs.nixpkgs.follows = "nixpkgs"; };