From 81bf58f8c01246c51e869fd4df35bb4fe44ab3e9 Mon Sep 17 00:00:00 2001 From: Uriel Date: Tue, 15 Aug 2023 11:43:24 -0300 Subject: [PATCH] Fix nix with latest rust update (#820) --- flake.lock | 12 ++++++------ flake.nix | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 9179069a84..071587e590 100644 --- a/flake.lock +++ b/flake.lock @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1689679375, - "narHash": "sha256-LHUC52WvyVDi9PwyL1QCpaxYWBqp4ir4iL6zgOkmcb8=", + "lastModified": 1691654369, + "narHash": "sha256-gSILTEx1jRaJjwZxRlnu3ZwMn1FVNk80qlwiCX8kmpo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "684c17c429c42515bafb3ad775d2a710947f3d67", + "rev": "ce5e4a6ef2e59d89a971bc434ca8ca222b9c7f5e", "type": "github" }, "original": { @@ -80,11 +80,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1689735719, - "narHash": "sha256-HOEDWJLm+f6HSD4j7n4xc8J4FcqjJ+U7ZnMLQQrZKYg=", + "lastModified": 1691892594, + "narHash": "sha256-Lt9/WUnI/ZqBYnHOC3n6Lg5jTfd/ZI+39jZx5HmolSQ=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "31d08cf9f5c3a49475e723c75c6f645171364a74", + "rev": "c638e10caf94caaa97fb1df74e3bb467dc9b92db", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e9c3455f54..9c274edeea 100644 --- a/flake.nix +++ b/flake.nix @@ -55,6 +55,7 @@ gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad + librsvg # Some nice things to have exa