Update dependencies

This commit is contained in:
Charlotte Van Petegem 2024-03-07 08:32:03 +01:00
parent 37a1d0425e
commit fc0893a5e7
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 15 additions and 41 deletions

30
flake.lock generated
View file

@ -45,11 +45,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709592041, "lastModified": 1709786379,
"narHash": "sha256-yL/0iCfPdl66uaY2ZoO1UBNgaiCut4WCSLU4zbCdQAo=", "narHash": "sha256-X0ImBo8NhFYTzNVKaXHSC5z8oATlo0yrzQEfQITo0Ic=",
"owner": "accentor", "owner": "accentor",
"repo": "api", "repo": "api",
"rev": "9cd16e88038945e32f8eefb48454fb1bbcf77dc7", "rev": "1b8c41cd4e6744089f47615a760d482387dc4b36",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -72,11 +72,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1709592050, "lastModified": 1709786382,
"narHash": "sha256-lQDlFw/o/SSvoyuoTKEx6FSoglJI6kCvqetMyzhYd5U=", "narHash": "sha256-/fC70AUQGz1+iY6wNJEwJwJNl/hMeWHZVIWf+5VrUp4=",
"owner": "accentor", "owner": "accentor",
"repo": "web", "repo": "web",
"rev": "bf077bc3b5b5e26cad9a3e663f7b6f05dd1a737f", "rev": "a3126664b9b4da20cb6cab359adb28b224b8a6fa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -476,11 +476,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1709479366, "lastModified": 1709703039,
"narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", "narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", "rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -554,11 +554,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1709780742, "lastModified": 1709793202,
"narHash": "sha256-mJXQZLSI/zgQ98nHMSdmJ0l0YL3n38FWsdE9OiKPcWk=", "narHash": "sha256-hYPotRv6/0mvPScaMBu9YoqKerci9XdJjEnf5ZNkcDY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "3428e6cf4521df6254ff5b8bcf31df84fc1dd0d2", "rev": "26eee509e64c2e8412dab1a16c3b4b33157e27f2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -771,11 +771,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709588081, "lastModified": 1709786104,
"narHash": "sha256-82277Z2V45VMc7LhyGGEQ7RDNHieWd9F8JAjve+NHa0=", "narHash": "sha256-8XFwwVAYM7g5MMzMxS1i29Js8mH+2g8U8CQ/5uKppPM=",
"owner": "chvp", "owner": "chvp",
"repo": "tetris", "repo": "tetris",
"rev": "c30a93eb0dc5a67903fa1c6a8e193e737121d994", "rev": "899193b52eb8a32d1fc30f977b78bddb93140d9e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,26 +0,0 @@
diff --git a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
index 2e9ed7aa78a92a..67fa404adb679e 100644
--- a/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
+++ b/pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
@@ -19,18 +19,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "teams-for-linux";
- version = "1.4.12";
+ version = "1.4.13";
src = fetchFromGitHub {
owner = "IsmaelMartinez";
repo = "teams-for-linux";
rev = "v${finalAttrs.version}";
- hash = "sha256-LrFF61D2b9+FWnVkb9MYxBJQxMtejuOmGTEtfSj1No4=";
+ hash = "sha256-6e3AFfjm/ajC+StldG92FyC2C5usAOUoZSqihQC9fKw=";
};
offlineCache = fetchYarnDeps {
yarnLock = "${finalAttrs.src}/yarn.lock";
- hash = "sha256-Z2vnLr14F/Etuq9yWH7ygQwa54an7v99LbU3gPcEuII=";
+ hash = "sha256-wyQi1F7TV4TQZFdqRLfo4f90pCaJeRrmNgU8UfY9FjQ=";
};
nativeBuildInputs = [ yarn prefetch-yarn-deps nodejs copyDesktopItems makeWrapper ];