feat: update packages

This commit is contained in:
2023-11-19 12:25:59 +01:00
parent 2cc213f2d6
commit 206194af6a
3 changed files with 10 additions and 10 deletions

12
flake.lock generated
View File

@@ -25,11 +25,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1699025595, "lastModified": 1700261686,
"narHash": "sha256-e+o4PoSu2Z6Ww8y/AVUmMU200rNZoRK+p2opQ7Db8Rg=", "narHash": "sha256-kplQg6hKFNuWKrOyGp9D//G/WH1nHGJ43r2m7fagTYY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "8765d4e38aa0be53cdeee26f7386173e6c65618d", "rev": "ecd0a800f716b80a6eac58a7ac34d6d33e6fa5ee",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -56,11 +56,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1698924604, "lastModified": 1700204040,
"narHash": "sha256-GCFbkl2tj8fEZBZCw3Tc0AkGo0v+YrQlohhEGJ/X4s0=", "narHash": "sha256-xSVcS5HBYnD3LTer7Y2K8ZQCDCXMa3QUD1MzRjHzuhI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fa804edfb7869c9fb230e174182a8a1a7e512c40", "rev": "c757e9bd77b16ca2e03c89bf8bc9ecb28e0c06ad",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -36,7 +36,7 @@
gimp-with-plugins gimp-with-plugins
inkscape-with-extensions inkscape-with-extensions
audacity audacity
friture # friture TODO: broken
blender blender
# development # development

View File

@@ -1,7 +1,7 @@
{ pkgs }: pkgs.jetbrains.idea-ultimate.overrideAttrs(prev: { { pkgs }: pkgs.jetbrains.idea-ultimate.overrideAttrs(prev: {
version = "2023.2.4"; version = "233.11799.30";
src = builtins.fetchurl { src = builtins.fetchurl {
url = "https://download.jetbrains.com/idea/ideaIU-2023.2.4.tar.gz"; url = "https://download.jetbrains.com/idea/ideaIU-233.11799.30.tar.gz";
sha256 = "26fea1a8597e8124dcc24e8ed1dd6f5268e0cd1ba736bbe0e22df3f635ad280b"; sha256 = "c5db01f201660c9bd3427383f6ae9179293cbdeae7e54e2d708b4d70248d8427";
}; };
}) })