Skip to content

Commit 64bd2d7

Browse files
committed
nixpkgs 24.05 -> 24.11
1 parent dd1895f commit 64bd2d7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

flake.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
inputs = {
55
flake-utils.url = "github:numtide/flake-utils";
6-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
6+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
77
};
88

99
outputs = { self, flake-utils, nixpkgs }:
@@ -38,7 +38,7 @@
3838
"${package-name}" = pkgs.rustPlatform.buildRustPackage {
3939
pname = package-name;
4040
version = "0.1.0";
41-
cargoSha256 = "sha256-5pNtTKhPwT7BcqdUx0viU40dKIZgFNCkf6tBi6vl0D4=";
41+
cargoHash = "sha256-5pNtTKhPwT7BcqdUx0viU40dKIZgFNCkf6tBi6vl0D4=";
4242
src = ./src;
4343
buildInputs =
4444
let

0 commit comments

Comments
 (0)